From 75db8a1b1df8173ef468134ebad9d6d942df9c2c Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 29 Jun 2011 10:51:50 -0700 Subject: Cherrypick from honeycomb-mr2: Doc change: diff report for API level 13. --- docs/html/sdk/api_diff/13/changes.html | 45 + .../13/changes/alldiffs_index_additions.html | 663 +++++++++++++++ .../api_diff/13/changes/alldiffs_index_all.html | 941 +++++++++++++++++++++ .../13/changes/alldiffs_index_changes.html | 561 ++++++++++++ .../13/changes/alldiffs_index_removals.html | 61 ++ .../13/changes/android.Manifest.permission.html | 122 +++ .../sdk/api_diff/13/changes/android.R.attr.html | 136 +++ .../sdk/api_diff/13/changes/android.R.style.html | 395 +++++++++ .../api_diff/13/changes/android.app.Activity.html | 195 +++++ .../13/changes/android.app.ActivityGroup.html | 108 +++ .../api_diff/13/changes/android.app.Fragment.html | 136 +++ .../13/changes/android.app.FragmentManager.html | 122 +++ .../changes/android.app.FragmentTransaction.html | 136 +++ .../android.app.KeyguardManager.KeyguardLock.html | 108 +++ .../13/changes/android.app.KeyguardManager.html | 135 +++ .../changes/android.app.LocalActivityManager.html | 108 +++ .../13/changes/android.app.TabActivity.html | 108 +++ .../changes/android.content.pm.ActivityInfo.html | 129 +++ .../android.content.pm.ApplicationInfo.html | 136 +++ .../changes/android.content.pm.PackageManager.html | 143 ++++ .../changes/android.content.res.Configuration.html | 164 ++++ .../13/changes/android.graphics.Point.html | 152 ++++ .../13/changes/android.graphics.PointF.html | 152 ++++ .../android.hardware.usb.UsbDeviceConnection.html | 122 +++ .../changes/android.net.ConnectivityManager.html | 129 +++ .../sdk/api_diff/13/changes/android.os.Binder.html | 122 +++ .../13/changes/android.os.Build.VERSION_CODES.html | 122 +++ .../api_diff/13/changes/android.os.IBinder.html | 137 +++ .../changes/android.os.ParcelFileDescriptor.html | 136 +++ .../13/changes/android.os.PowerManager.html | 124 +++ .../android.telephony.TelephonyManager.html | 122 +++ .../13/changes/android.util.DisplayMetrics.html | 122 +++ .../api_diff/13/changes/android.view.Display.html | 157 ++++ .../api_diff/13/changes/android.view.KeyEvent.html | 122 +++ .../sdk/api_diff/13/changes/changes-summary.html | 205 +++++ .../13/changes/classes_index_additions.html | 73 ++ .../sdk/api_diff/13/changes/classes_index_all.html | 300 +++++++ .../api_diff/13/changes/classes_index_changes.html | 298 +++++++ .../13/changes/classes_index_removals.html | 61 ++ .../13/changes/constructors_index_additions.html | 61 ++ .../13/changes/constructors_index_all.html | 61 ++ .../13/changes/constructors_index_changes.html | 61 ++ .../13/changes/constructors_index_removals.html | 61 ++ .../13/changes/fields_index_additions.html | 363 ++++++++ .../sdk/api_diff/13/changes/fields_index_all.html | 365 ++++++++ .../api_diff/13/changes/fields_index_changes.html | 67 ++ .../api_diff/13/changes/fields_index_removals.html | 61 ++ docs/html/sdk/api_diff/13/changes/jdiff_help.html | 134 +++ .../sdk/api_diff/13/changes/jdiff_statistics.html | 382 +++++++++ .../api_diff/13/changes/jdiff_topleftframe.html | 63 ++ .../13/changes/methods_index_additions.html | 225 +++++ .../sdk/api_diff/13/changes/methods_index_all.html | 298 +++++++ .../api_diff/13/changes/methods_index_changes.html | 158 ++++ .../13/changes/methods_index_removals.html | 61 ++ .../13/changes/packages_index_additions.html | 63 ++ .../api_diff/13/changes/packages_index_all.html | 75 ++ .../13/changes/packages_index_changes.html | 75 ++ .../13/changes/packages_index_removals.html | 63 ++ .../sdk/api_diff/13/changes/pkg_android.app.html | 190 +++++ .../13/changes/pkg_android.content.pm.html | 133 +++ .../13/changes/pkg_android.content.res.html | 119 +++ .../api_diff/13/changes/pkg_android.graphics.html | 126 +++ .../13/changes/pkg_android.hardware.usb.html | 119 +++ docs/html/sdk/api_diff/13/changes/pkg_android.html | 133 +++ .../sdk/api_diff/13/changes/pkg_android.net.html | 119 +++ .../sdk/api_diff/13/changes/pkg_android.os.html | 162 ++++ .../api_diff/13/changes/pkg_android.telephony.html | 119 +++ .../sdk/api_diff/13/changes/pkg_android.util.html | 119 +++ .../sdk/api_diff/13/changes/pkg_android.view.html | 126 +++ docs/html/sdk/api_diff/13/stylesheet-jdiff.css | 44 + 70 files changed, 11514 insertions(+) create mode 100644 docs/html/sdk/api_diff/13/changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/api_diff/13/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/api_diff/13/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.Manifest.permission.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.R.attr.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.R.style.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.Activity.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.ActivityGroup.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.Fragment.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.FragmentManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.FragmentTransaction.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.KeyguardLock.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.LocalActivityManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.app.TabActivity.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.content.pm.ActivityInfo.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.content.pm.ApplicationInfo.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.content.pm.PackageManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.content.res.Configuration.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.graphics.Point.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.graphics.PointF.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.hardware.usb.UsbDeviceConnection.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.net.ConnectivityManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.os.Binder.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.os.Build.VERSION_CODES.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.os.IBinder.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.os.ParcelFileDescriptor.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.os.PowerManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.telephony.TelephonyManager.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.util.DisplayMetrics.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.view.Display.html create mode 100644 docs/html/sdk/api_diff/13/changes/android.view.KeyEvent.html create mode 100644 docs/html/sdk/api_diff/13/changes/changes-summary.html create mode 100644 docs/html/sdk/api_diff/13/changes/classes_index_additions.html create mode 100644 docs/html/sdk/api_diff/13/changes/classes_index_all.html create mode 100644 docs/html/sdk/api_diff/13/changes/classes_index_changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/classes_index_removals.html create mode 100644 docs/html/sdk/api_diff/13/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/api_diff/13/changes/constructors_index_all.html create mode 100644 docs/html/sdk/api_diff/13/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/api_diff/13/changes/fields_index_additions.html create mode 100644 docs/html/sdk/api_diff/13/changes/fields_index_all.html create mode 100644 docs/html/sdk/api_diff/13/changes/fields_index_changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/fields_index_removals.html create mode 100644 docs/html/sdk/api_diff/13/changes/jdiff_help.html create mode 100644 docs/html/sdk/api_diff/13/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/api_diff/13/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/api_diff/13/changes/methods_index_additions.html create mode 100644 docs/html/sdk/api_diff/13/changes/methods_index_all.html create mode 100644 docs/html/sdk/api_diff/13/changes/methods_index_changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/methods_index_removals.html create mode 100644 docs/html/sdk/api_diff/13/changes/packages_index_additions.html create mode 100644 docs/html/sdk/api_diff/13/changes/packages_index_all.html create mode 100644 docs/html/sdk/api_diff/13/changes/packages_index_changes.html create mode 100644 docs/html/sdk/api_diff/13/changes/packages_index_removals.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.app.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.content.pm.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.content.res.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.graphics.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.hardware.usb.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.net.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.os.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.telephony.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.util.html create mode 100644 docs/html/sdk/api_diff/13/changes/pkg_android.view.html create mode 100644 docs/html/sdk/api_diff/13/stylesheet-jdiff.css (limited to 'docs/html/sdk/api_diff/13') diff --git a/docs/html/sdk/api_diff/13/changes.html b/docs/html/sdk/api_diff/13/changes.html new file mode 100644 index 0000000..0a25fca --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes.html @@ -0,0 +1,45 @@ + + + + + + + + + + +API Differences between 12 and 13 + + + + + + + + + + + + + + +<h2> +Frame Alert +</h2> + +<p> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<br> +Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A> + + diff --git a/docs/html/sdk/api_diff/13/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/13/changes/alldiffs_index_additions.html new file mode 100644 index 0000000..1d53429 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/alldiffs_index_additions.html @@ -0,0 +1,663 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +C +D +F +G +H +I +L +N +O +P +R +S +T +U +W + TOP +

+adoptFd +(int)
+ +attach +(Fragment)
+ + +
C  +A +D +F +G +H +I +L +N +O +P +R +S +T +U +W + TOP +

+compatibleWidthLimitDp
+ in  +android.R.attr +
+ + in  +android.content.pm.ApplicationInfo +
+ +CONFIG_SCREEN_SIZE +
+ +CONFIG_SMALLEST_SCREEN_SIZE +
+ +CREATOR
+ in  +android.graphics.Point +
+ + in  +android.graphics.PointF +
+ + +
D  +A +C +F +G +H +I +L +N +O +P +R +S +T +U +W + TOP +

+DENSITY_TV +
+ +describeContents
+  type  +() in android.graphics.Point +
+ +  type  +() in android.graphics.PointF +
+ +detach +(Fragment)
+ +dumpAsync
+  type  +(FileDescriptor, String[]) in android.os.Binder +
+ +  type  +(FileDescriptor, String[]) in android.os.IBinder +
+ +dup +(FileDescriptor)
+ + +
F  +A +C +D +G +H +I +L +N +O +P +R +S +T +U +W + TOP +

+FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT +
+ +FEATURE_FAKETOUCH_MULTITOUCH_JAZZHAND +
+ +FEATURE_SCREEN_LANDSCAPE +
+ +FEATURE_SCREEN_PORTRAIT +
+ +Fragment.SavedState
+ +fromFd +(int)
+ + +
G  +A +C +D +F +H +I +L +N +O +P +R +S +T +U +W + TOP +

+getModifiers +()
+ +getRawDescriptors +()
+ +getRectSize +(Rect)
+ +getSize +(Point)
+ + +
H  +A +C +D +F +G +I +L +N +O +P +R +S +T +U +W + TOP +

+HONEYCOMB_MR2 +
+ + +
I  +A +C +D +F +G +H +L +N +O +P +R +S +T +U +W + TOP +

+isDetached +()
+ + +
L  +A +C +D +F +G +H +I +N +O +P +R +S +T +U +W + TOP +

+largestWidthLimitDp
+ in  +android.R.attr +
+ + in  +android.content.pm.ApplicationInfo +
+ + +
N  +A +C +D +F +G +H +I +L +O +P +R +S +T +U +W + TOP +

+NETWORK_TYPE_HSPAP +
+ + +
O  +A +C +D +F +G +H +I +L +N +P +R +S +T +U +W + TOP +

+onViewCreated +(View, Bundle)
+ + +
P  +A +C +D +F +G +H +I +L +N +O +R +S +T +U +W + TOP +

+Parcelable.ClassLoaderCreator
+ + +
R  +A +C +D +F +G +H +I +L +N +O +P +S +T +U +W + TOP +

+readFromParcel
+  type  +(Parcel) in android.graphics.Point +
+ +  type  +(Parcel) in android.graphics.PointF +
+ +requiresSmallestWidthDp
+ in  +android.R.attr +
+ + in  +android.content.pm.ApplicationInfo +
+ + +
S  +A +C +D +F +G +H +I +L +N +O +P +R +T +U +W + TOP +

+saveFragmentInstanceState +(Fragment)
+ +SCREEN_HEIGHT_DP_UNDEFINED +
+ +SCREEN_WIDTH_DP_UNDEFINED +
+ +screenHeightDp +
+ +screenWidthDp +
+ +SET_POINTER_SPEED +
+ +setCustomAnimations +(int, int, int, int)
+ +setInitialSavedState +(SavedState)
+ +SMALLEST_SCREEN_WIDTH_DP_UNDEFINED +
+ +smallestScreenWidthDp +
+ + +
T  +A +C +D +F +G +H +I +L +N +O +P +R +S +U +W + TOP +

+TextAppearance_Holo +
+ +TextAppearance_Holo_DialogWindowTitle +
+ +TextAppearance_Holo_Inverse +
+ +TextAppearance_Holo_Large +
+ +TextAppearance_Holo_Large_Inverse +
+ +TextAppearance_Holo_Medium +
+ +TextAppearance_Holo_Medium_Inverse +
+ +TextAppearance_Holo_SearchResult_Subtitle +
+ +TextAppearance_Holo_SearchResult_Title +
+ +TextAppearance_Holo_Small +
+ +TextAppearance_Holo_Small_Inverse +
+ +TextAppearance_Holo_Widget +
+ +TextAppearance_Holo_Widget_ActionBar_Subtitle +
+ +TextAppearance_Holo_Widget_ActionBar_Title +
+ +TextAppearance_Holo_Widget_ActionMode_Subtitle +
+ +TextAppearance_Holo_Widget_ActionMode_Title +
+ +TextAppearance_Holo_Widget_Button +
+ +TextAppearance_Holo_Widget_DropDownHint +
+ +TextAppearance_Holo_Widget_DropDownItem +
+ +TextAppearance_Holo_Widget_EditText +
+ +TextAppearance_Holo_Widget_IconMenu_Item +
+ +TextAppearance_Holo_Widget_PopupMenu +
+ +TextAppearance_Holo_Widget_PopupMenu_Large +
+ +TextAppearance_Holo_Widget_PopupMenu_Small +
+ +TextAppearance_Holo_Widget_TabWidget +
+ +TextAppearance_Holo_Widget_TextView +
+ +TextAppearance_Holo_Widget_TextView_PopupMenu +
+ +TextAppearance_Holo_Widget_TextView_SpinnerItem +
+ +TextAppearance_Holo_WindowTitle +
+ +Theme_Holo_Light_NoActionBar +
+ +Theme_Holo_Light_NoActionBar_Fullscreen +
+ +TWEET_TRANSACTION +
+ +TYPE_BLUETOOTH +
+ +TYPE_ETHERNET +
+ + +
U  +A +C +D +F +G +H +I +L +N +O +P +R +S +T +W + TOP +

+UI_MODE_TYPE_TELEVISION +
+ + +
W  +A +C +D +F +G +H +I +L +N +O +P +R +S +T +U + TOP +

+Widget_ActionBar_TabBar +
+ +Widget_ActionBar_TabText +
+ +Widget_ActionBar_TabView +
+ +Widget_Holo_ActionBar_TabBar +
+ +Widget_Holo_ActionBar_TabText +
+ +Widget_Holo_ActionBar_TabView +
+ +Widget_Holo_Light_ActionBar_TabBar +
+ +Widget_Holo_Light_ActionBar_TabText +
+ +Widget_Holo_Light_ActionBar_TabView +
+ +writeToParcel
+  type  +(Parcel, int) in android.graphics.Point +
+ +  type  +(Parcel, int) in android.graphics.PointF +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/13/changes/alldiffs_index_all.html new file mode 100644 index 0000000..a4e428e --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/alldiffs_index_all.html @@ -0,0 +1,941 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +F +G +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+Activity
+ +ActivityGroup
+ +ActivityInfo
+ +adoptFd +(int)
+ +android
+ +android.app
+ +android.content.pm
+ +android.content.res
+ +android.graphics
+ +android.hardware.usb
+ +android.net
+ +android.os
+ +android.telephony
+ +android.util
+ +android.view
+ +ApplicationInfo
+ +attach +(Fragment)
+ + +
B  +A +C +D +E +F +G +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+Binder
+ +Build.VERSION_CODES
+ + +
C  +A +B +D +E +F +G +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+compatibleWidthLimitDp
+ in  +android.R.attr +
+ + in  +android.content.pm.ApplicationInfo +
+ +CONFIG_SCREEN_SIZE +
+ +CONFIG_SMALLEST_SCREEN_SIZE +
+ +Configuration
+ +ConnectivityManager
+ +CREATOR
+ in  +android.graphics.Point +
+ + in  +android.graphics.PointF +
+ + +
D  +A +B +C +E +F +G +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+DENSITY_TV +
+ +describeContents
+  type  +() in android.graphics.Point +
+ +  type  +() in android.graphics.PointF +
+ +detach +(Fragment)
+ +dismissDialog +(int)
+ +Display
+ +DisplayMetrics
+ +dumpAsync
+  type  +(FileDescriptor, String[]) in android.os.Binder +
+ +  type  +(FileDescriptor, String[]) in android.os.IBinder +
+ +dup +(FileDescriptor)
+ + +
E  +A +B +C +D +F +G +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+exitKeyguardSecurely +(OnKeyguardExitResult)
+ + +
F  +A +B +C +D +E +G +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT +
+ +FEATURE_FAKETOUCH_MULTITOUCH_JAZZHAND +
+ +FEATURE_SCREEN_LANDSCAPE +
+ +FEATURE_SCREEN_PORTRAIT +
+ +Fragment
+ +Fragment.SavedState
+ +FragmentManager
+ +FragmentTransaction
+ +fromFd +(int)
+ + +
G  +A +B +C +D +E +F +H +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+getHeight +()
+ +getLastNonConfigurationInstance +()
+ +getModifiers +()
+ +getRawDescriptors +()
+ +getRectSize +(Rect)
+ +getSize +(Point)
+ +getWidth +()
+ + +
H  +A +B +C +D +E +F +G +I +K +L +M +N +O +P +R +S +T +U +W + TOP +

+HONEYCOMB_MR2 +
+ + +
I  +A +B +C +D +E +F +G +H +K +L +M +N +O +P +R +S +T +U +W + TOP +

+IBinder
+ +isDetached +()
+ + +
K  +A +B +C +D +E +F +G +H +I +L +M +N +O +P +R +S +T +U +W + TOP +

+KeyEvent
+ +KeyguardManager
+ +KeyguardManager.KeyguardLock
+ + +
L  +A +B +C +D +E +F +G +H +I +K +M +N +O +P +R +S +T +U +W + TOP +

+largestWidthLimitDp
+ in  +android.R.attr +
+ + in  +android.content.pm.ApplicationInfo +
+ +LocalActivityManager
+ + +
M  +A +B +C +D +E +F +G +H +I +K +L +N +O +P +R +S +T +U +W + TOP +

+Manifest.permission
+ + +
N  +A +B +C +D +E +F +G +H +I +K +L +M +O +P +R +S +T +U +W + TOP +

+NETWORK_TYPE_HSPAP +
+ +newKeyguardLock +(String)
+ + +
O  +A +B +C +D +E +F +G +H +I +K +L +M +N +P +R +S +T +U +W + TOP +

+onCreateDialog +(int, Bundle)
+ +onPrepareDialog +(int, Dialog, Bundle)
+ +onRetainNonConfigurationInstance +()
+ +onViewCreated +(View, Bundle)
+ + +
P  +A +B +C +D +E +F +G +H +I +K +L +M +N +O +R +S +T +U +W + TOP +

+PackageManager
+ +Parcelable.ClassLoaderCreator
+ +ParcelFileDescriptor
+ +Point
+ +PointF
+ +PowerManager
+ + +
R  +A +B +C +D +E +F +G +H +I +K +L +M +N +O +P +S +T +U +W + TOP +

+R.attr
+ +R.style
+ +readFromParcel
+  type  +(Parcel) in android.graphics.Point +
+ +  type  +(Parcel) in android.graphics.PointF +
+ +removeDialog +(int)
+ +requiresSmallestWidthDp
+ in  +android.R.attr +
+ + in  +android.content.pm.ApplicationInfo +
+ + +
S  +A +B +C +D +E +F +G +H +I +K +L +M +N +O +P +R +T +U +W + TOP +

+saveFragmentInstanceState +(Fragment)
+ +SCREEN_BRIGHT_WAKE_LOCK +
+ +SCREEN_HEIGHT_DP_UNDEFINED +
+ +SCREEN_WIDTH_DP_UNDEFINED +
+ +screenHeightDp +
+ +screenWidthDp +
+ +SET_POINTER_SPEED +
+ +setCustomAnimations +(int, int, int, int)
+ +setInitialSavedState +(SavedState)
+ +showDialog
+  type  +(int, Bundle) in android.app.Activity +
+ +  type  +(int) in android.app.Activity +
+ +SMALLEST_SCREEN_WIDTH_DP_UNDEFINED +
+ +smallestScreenWidthDp +
+ + +
T  +A +B +C +D +E +F +G +H +I +K +L +M +N +O +P +R +S +U +W + TOP +

+TabActivity
+ +TelephonyManager
+ +TextAppearance_Holo +
+ +TextAppearance_Holo_DialogWindowTitle +
+ +TextAppearance_Holo_Inverse +
+ +TextAppearance_Holo_Large +
+ +TextAppearance_Holo_Large_Inverse +
+ +TextAppearance_Holo_Medium +
+ +TextAppearance_Holo_Medium_Inverse +
+ +TextAppearance_Holo_SearchResult_Subtitle +
+ +TextAppearance_Holo_SearchResult_Title +
+ +TextAppearance_Holo_Small +
+ +TextAppearance_Holo_Small_Inverse +
+ +TextAppearance_Holo_Widget +
+ +TextAppearance_Holo_Widget_ActionBar_Subtitle +
+ +TextAppearance_Holo_Widget_ActionBar_Title +
+ +TextAppearance_Holo_Widget_ActionMode_Subtitle +
+ +TextAppearance_Holo_Widget_ActionMode_Title +
+ +TextAppearance_Holo_Widget_Button +
+ +TextAppearance_Holo_Widget_DropDownHint +
+ +TextAppearance_Holo_Widget_DropDownItem +
+ +TextAppearance_Holo_Widget_EditText +
+ +TextAppearance_Holo_Widget_IconMenu_Item +
+ +TextAppearance_Holo_Widget_PopupMenu +
+ +TextAppearance_Holo_Widget_PopupMenu_Large +
+ +TextAppearance_Holo_Widget_PopupMenu_Small +
+ +TextAppearance_Holo_Widget_TabWidget +
+ +TextAppearance_Holo_Widget_TextView +
+ +TextAppearance_Holo_Widget_TextView_PopupMenu +
+ +TextAppearance_Holo_Widget_TextView_SpinnerItem +
+ +TextAppearance_Holo_WindowTitle +
+ +Theme_Holo_Light_NoActionBar +
+ +Theme_Holo_Light_NoActionBar_Fullscreen +
+ +TWEET_TRANSACTION +
+ +TYPE_BLUETOOTH +
+ +TYPE_ETHERNET +
+ + +
U  +A +B +C +D +E +F +G +H +I +K +L +M +N +O +P +R +S +T +W + TOP +

+UI_MODE_TYPE_TELEVISION +
+ +UsbDeviceConnection
+ + +
W  +A +B +C +D +E +F +G +H +I +K +L +M +N +O +P +R +S +T +U + TOP +

+Widget_ActionBar_TabBar +
+ +Widget_ActionBar_TabText +
+ +Widget_ActionBar_TabView +
+ +Widget_Holo_ActionBar_TabBar +
+ +Widget_Holo_ActionBar_TabText +
+ +Widget_Holo_ActionBar_TabView +
+ +Widget_Holo_Light_ActionBar_TabBar +
+ +Widget_Holo_Light_ActionBar_TabText +
+ +Widget_Holo_Light_ActionBar_TabView +
+ +writeToParcel
+  type  +(Parcel, int) in android.graphics.Point +
+ +  type  +(Parcel, int) in android.graphics.PointF +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/13/changes/alldiffs_index_changes.html new file mode 100644 index 0000000..59e766b --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/alldiffs_index_changes.html @@ -0,0 +1,561 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +F +G +I +K +L +M +N +O +P +R +S +T +U + TOP +

+Activity
+ +ActivityGroup
+ +ActivityInfo
+ +android
+ +android.app
+ +android.content.pm
+ +android.content.res
+ +android.graphics
+ +android.hardware.usb
+ +android.net
+ +android.os
+ +android.telephony
+ +android.util
+ +android.view
+ +ApplicationInfo
+ + +
B  +A +C +D +E +F +G +I +K +L +M +N +O +P +R +S +T +U + TOP +

+Binder
+ +Build.VERSION_CODES
+ + +
C  +A +B +D +E +F +G +I +K +L +M +N +O +P +R +S +T +U + TOP +

+Configuration
+ +ConnectivityManager
+ + +
D  +A +B +C +E +F +G +I +K +L +M +N +O +P +R +S +T +U + TOP +

+dismissDialog +(int)
+ +Display
+ +DisplayMetrics
+ + +
E  +A +B +C +D +F +G +I +K +L +M +N +O +P +R +S +T +U + TOP +

+exitKeyguardSecurely +(OnKeyguardExitResult)
+ + +
F  +A +B +C +D +E +G +I +K +L +M +N +O +P +R +S +T +U + TOP +

+Fragment
+ +FragmentManager
+ +FragmentTransaction
+ + +
G  +A +B +C +D +E +F +I +K +L +M +N +O +P +R +S +T +U + TOP +

+getHeight +()
+ +getLastNonConfigurationInstance +()
+ +getWidth +()
+ + +
I  +A +B +C +D +E +F +G +K +L +M +N +O +P +R +S +T +U + TOP +

+IBinder
+ + +
K  +A +B +C +D +E +F +G +I +L +M +N +O +P +R +S +T +U + TOP +

+KeyEvent
+ +KeyguardManager
+ +KeyguardManager.KeyguardLock
+ + +
L  +A +B +C +D +E +F +G +I +K +M +N +O +P +R +S +T +U + TOP +

+LocalActivityManager
+ + +
M  +A +B +C +D +E +F +G +I +K +L +N +O +P +R +S +T +U + TOP +

+Manifest.permission
+ + +
N  +A +B +C +D +E +F +G +I +K +L +M +O +P +R +S +T +U + TOP +

+newKeyguardLock +(String)
+ + +
O  +A +B +C +D +E +F +G +I +K +L +M +N +P +R +S +T +U + TOP +

+onCreateDialog +(int, Bundle)
+ +onPrepareDialog +(int, Dialog, Bundle)
+ +onRetainNonConfigurationInstance +()
+ + +
P  +A +B +C +D +E +F +G +I +K +L +M +N +O +R +S +T +U + TOP +

+PackageManager
+ +ParcelFileDescriptor
+ +Point
+ +PointF
+ +PowerManager
+ + +
R  +A +B +C +D +E +F +G +I +K +L +M +N +O +P +S +T +U + TOP +

+R.attr
+ +R.style
+ +removeDialog +(int)
+ + +
S  +A +B +C +D +E +F +G +I +K +L +M +N +O +P +R +T +U + TOP +

+SCREEN_BRIGHT_WAKE_LOCK +
+ +showDialog
+  type  +(int, Bundle) in android.app.Activity +
+ +  type  +(int) in android.app.Activity +
+ + +
T  +A +B +C +D +E +F +G +I +K +L +M +N +O +P +R +S +U + TOP +

+TabActivity
+ +TelephonyManager
+ + +
U  +A +B +C +D +E +F +G +I +K +L +M +N +O +P +R +S +T + TOP +

+UsbDeviceConnection
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/13/changes/alldiffs_index_removals.html new file mode 100644 index 0000000..68d2c20 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/alldiffs_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +All Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.Manifest.permission.html b/docs/html/sdk/api_diff/13/changes/android.Manifest.permission.html new file mode 100644 index 0000000..5d3cbda --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.Manifest.permission.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.Manifest.permission + + + + + + + + + + +
+
+
+

+Class android.Manifest.permission +

+ + + +

+ + + + + + + + +
Added Fields +
+ + String SET_POINTER_SPEED +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.R.attr.html b/docs/html/sdk/api_diff/13/changes/android.R.attr.html new file mode 100644 index 0000000..f8eb54b --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.R.attr.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.R.attr + + + + + + + + + + +
+
+
+

+Class android.R.attr +

+ + + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + int compatibleWidthLimitDp +  
+ + int largestWidthLimitDp +  
+ + int requiresSmallestWidthDp +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.R.style.html b/docs/html/sdk/api_diff/13/changes/android.R.style.html new file mode 100644 index 0000000..9e385e2 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.R.style.html @@ -0,0 +1,395 @@ + + + + + + + + + +android.R.style + + + + + + + + + + +
+
+
+

+Class android.R.style +

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int TextAppearance_Holo +  
+ + int TextAppearance_Holo_DialogWindowTitle +  
+ + int TextAppearance_Holo_Inverse +  
+ + int TextAppearance_Holo_Large +  
+ + int TextAppearance_Holo_Large_Inverse +  
+ + int TextAppearance_Holo_Medium +  
+ + int TextAppearance_Holo_Medium_Inverse +  
+ + int TextAppearance_Holo_SearchResult_Subtitle +  
+ + int TextAppearance_Holo_SearchResult_Title +  
+ + int TextAppearance_Holo_Small +  
+ + int TextAppearance_Holo_Small_Inverse +  
+ + int TextAppearance_Holo_Widget +  
+ + int TextAppearance_Holo_Widget_ActionBar_Subtitle +  
+ + int TextAppearance_Holo_Widget_ActionBar_Title +  
+ + int TextAppearance_Holo_Widget_ActionMode_Subtitle +  
+ + int TextAppearance_Holo_Widget_ActionMode_Title +  
+ + int TextAppearance_Holo_Widget_Button +  
+ + int TextAppearance_Holo_Widget_DropDownHint +  
+ + int TextAppearance_Holo_Widget_DropDownItem +  
+ + int TextAppearance_Holo_Widget_EditText +  
+ + int TextAppearance_Holo_Widget_IconMenu_Item +  
+ + int TextAppearance_Holo_Widget_PopupMenu +  
+ + int TextAppearance_Holo_Widget_PopupMenu_Large +  
+ + int TextAppearance_Holo_Widget_PopupMenu_Small +  
+ + int TextAppearance_Holo_Widget_TabWidget +  
+ + int TextAppearance_Holo_Widget_TextView +  
+ + int TextAppearance_Holo_Widget_TextView_PopupMenu +  
+ + int TextAppearance_Holo_Widget_TextView_SpinnerItem +  
+ + int TextAppearance_Holo_WindowTitle +  
+ + int Theme_Holo_Light_NoActionBar +  
+ + int Theme_Holo_Light_NoActionBar_Fullscreen +  
+ + int Widget_ActionBar_TabBar +  
+ + int Widget_ActionBar_TabText +  
+ + int Widget_ActionBar_TabView +  
+ + int Widget_Holo_ActionBar_TabBar +  
+ + int Widget_Holo_ActionBar_TabText +  
+ + int Widget_Holo_ActionBar_TabView +  
+ + int Widget_Holo_Light_ActionBar_TabBar +  
+ + int Widget_Holo_Light_ActionBar_TabText +  
+ + int Widget_Holo_Light_ActionBar_TabView +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.Activity.html b/docs/html/sdk/api_diff/13/changes/android.app.Activity.html new file mode 100644 index 0000000..b27816b --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.Activity.html @@ -0,0 +1,195 @@ + + + + + + + + + +android.app.Activity + + + + + + + + + + +
+
+
+

+Class android.app.Activity +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Methods +
+ + void dismissDialog(int) + +Now deprecated.
+
 
+ + Object getLastNonConfigurationInstance() + +Now deprecated.
+
 
+ + Object onRetainNonConfigurationInstance() + +Now deprecated.
+
 
+ + void removeDialog(int) + +Now deprecated.
+
 
+ + Dialog onCreateDialog(int, Bundle) + +Now deprecated.
+
 
+ + void onPrepareDialog(int, Dialog, Bundle) + +Now deprecated.
+
 
+ + boolean showDialog(int, Bundle) + +Now deprecated.
+
 
+ + void showDialog(int) + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.ActivityGroup.html b/docs/html/sdk/api_diff/13/changes/android.app.ActivityGroup.html new file mode 100644 index 0000000..c755228 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.ActivityGroup.html @@ -0,0 +1,108 @@ + + + + + + + + + +android.app.ActivityGroup + + + + + + + + + + +
+
+
+

+Class android.app.ActivityGroup +

+

Now deprecated.
+ + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.Fragment.html b/docs/html/sdk/api_diff/13/changes/android.app.Fragment.html new file mode 100644 index 0000000..074d4b3 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.Fragment.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.app.Fragment + + + + + + + + + + +
+
+
+

+Class android.app.Fragment +

+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + boolean isDetached() +  
+ + void onViewCreated(View, Bundle) +  
+ + void setInitialSavedState(SavedState) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.FragmentManager.html b/docs/html/sdk/api_diff/13/changes/android.app.FragmentManager.html new file mode 100644 index 0000000..159b9c9 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.FragmentManager.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.app.FragmentManager + + + + + + + + + + +
+
+
+

+Class android.app.FragmentManager +

+ + +

+ + + + + + + + +
Added Methods +
+ + SavedState saveFragmentInstanceState(Fragment) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.FragmentTransaction.html b/docs/html/sdk/api_diff/13/changes/android.app.FragmentTransaction.html new file mode 100644 index 0000000..dbb7deb --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.FragmentTransaction.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.app.FragmentTransaction + + + + + + + + + + +
+
+
+

+Class android.app.FragmentTransaction +

+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + FragmentTransaction attach(Fragment) +  
+ + FragmentTransaction detach(Fragment) +  
+ + FragmentTransaction setCustomAnimations(int, int, int, int) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.KeyguardLock.html b/docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.KeyguardLock.html new file mode 100644 index 0000000..3ae02ea --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.KeyguardLock.html @@ -0,0 +1,108 @@ + + + + + + + + + +android.app.KeyguardManager.KeyguardLock + + + + + + + + + + +
+
+
+

+Class android.app.KeyguardManager.KeyguardLock +

+

Now deprecated.
+ + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.html b/docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.html new file mode 100644 index 0000000..bc38771 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.KeyguardManager.html @@ -0,0 +1,135 @@ + + + + + + + + + +android.app.KeyguardManager + + + + + + + + + + +
+
+
+

+Class android.app.KeyguardManager +

+ + +

+ + + + + + + + + + + + + + +
Changed Methods +
+ + void exitKeyguardSecurely(OnKeyguardExitResult) + +Now deprecated.
+
 
+ + KeyguardLock newKeyguardLock(String) + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.LocalActivityManager.html b/docs/html/sdk/api_diff/13/changes/android.app.LocalActivityManager.html new file mode 100644 index 0000000..4ea0848 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.LocalActivityManager.html @@ -0,0 +1,108 @@ + + + + + + + + + +android.app.LocalActivityManager + + + + + + + + + + +
+
+
+

+Class android.app.LocalActivityManager +

+

Now deprecated.
+ + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.app.TabActivity.html b/docs/html/sdk/api_diff/13/changes/android.app.TabActivity.html new file mode 100644 index 0000000..405f7d8 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.app.TabActivity.html @@ -0,0 +1,108 @@ + + + + + + + + + +android.app.TabActivity + + + + + + + + + + +
+
+
+

+Class android.app.TabActivity +

+

Now deprecated.
+ + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.content.pm.ActivityInfo.html b/docs/html/sdk/api_diff/13/changes/android.content.pm.ActivityInfo.html new file mode 100644 index 0000000..70149a3 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.content.pm.ActivityInfo.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.content.pm.ActivityInfo + + + + + + + + + + +
+
+
+

+Class android.content.pm.ActivityInfo +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int CONFIG_SCREEN_SIZE +  
+ + int CONFIG_SMALLEST_SCREEN_SIZE +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.content.pm.ApplicationInfo.html b/docs/html/sdk/api_diff/13/changes/android.content.pm.ApplicationInfo.html new file mode 100644 index 0000000..4aef492 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.content.pm.ApplicationInfo.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.content.pm.ApplicationInfo + + + + + + + + + + +
+
+
+

+Class android.content.pm.ApplicationInfo +

+ + + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + int compatibleWidthLimitDp +  
+ + int largestWidthLimitDp +  
+ + int requiresSmallestWidthDp +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.content.pm.PackageManager.html b/docs/html/sdk/api_diff/13/changes/android.content.pm.PackageManager.html new file mode 100644 index 0000000..ca75d7a --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.content.pm.PackageManager.html @@ -0,0 +1,143 @@ + + + + + + + + + +android.content.pm.PackageManager + + + + + + + + + + +
+
+
+

+Class android.content.pm.PackageManager +

+ + + +

+ + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + String FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT +  
+ + String FEATURE_FAKETOUCH_MULTITOUCH_JAZZHAND +  
+ + String FEATURE_SCREEN_LANDSCAPE +  
+ + String FEATURE_SCREEN_PORTRAIT +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.content.res.Configuration.html b/docs/html/sdk/api_diff/13/changes/android.content.res.Configuration.html new file mode 100644 index 0000000..110a142 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.content.res.Configuration.html @@ -0,0 +1,164 @@ + + + + + + + + + +android.content.res.Configuration + + + + + + + + + + +
+
+
+

+Class android.content.res.Configuration +

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int SCREEN_HEIGHT_DP_UNDEFINED +  
+ + int SCREEN_WIDTH_DP_UNDEFINED +  
+ + int SMALLEST_SCREEN_WIDTH_DP_UNDEFINED +  
+ + int UI_MODE_TYPE_TELEVISION +  
+ + int screenHeightDp +  
+ + int screenWidthDp +  
+ + int smallestScreenWidthDp +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.graphics.Point.html b/docs/html/sdk/api_diff/13/changes/android.graphics.Point.html new file mode 100644 index 0000000..e3324d2 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.graphics.Point.html @@ -0,0 +1,152 @@ + + + + + + + + + +android.graphics.Point + + + + + + + + + + +
+
+
+

+Class android.graphics.Point +

+

Added interface android.os.Parcelable.
+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + int describeContents() +  
+ + void readFromParcel(Parcel) +  
+ + void writeToParcel(Parcel, int) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + Creator CREATOR +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.graphics.PointF.html b/docs/html/sdk/api_diff/13/changes/android.graphics.PointF.html new file mode 100644 index 0000000..665c259 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.graphics.PointF.html @@ -0,0 +1,152 @@ + + + + + + + + + +android.graphics.PointF + + + + + + + + + + +
+
+
+

+Class android.graphics.PointF +

+

Added interface android.os.Parcelable.
+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + int describeContents() +  
+ + void readFromParcel(Parcel) +  
+ + void writeToParcel(Parcel, int) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + Creator CREATOR +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.hardware.usb.UsbDeviceConnection.html b/docs/html/sdk/api_diff/13/changes/android.hardware.usb.UsbDeviceConnection.html new file mode 100644 index 0000000..1eb15ed --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.hardware.usb.UsbDeviceConnection.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.hardware.usb.UsbDeviceConnection + + + + + + + + + + +
+
+
+

+Class android.hardware.usb.UsbDeviceConnection +

+ + +

+ + + + + + + + +
Added Methods +
+ + byte[] getRawDescriptors() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.net.ConnectivityManager.html b/docs/html/sdk/api_diff/13/changes/android.net.ConnectivityManager.html new file mode 100644 index 0000000..977649f --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.net.ConnectivityManager.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.net.ConnectivityManager + + + + + + + + + + +
+
+
+

+Class android.net.ConnectivityManager +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int TYPE_BLUETOOTH +  
+ + int TYPE_ETHERNET +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.os.Binder.html b/docs/html/sdk/api_diff/13/changes/android.os.Binder.html new file mode 100644 index 0000000..fd11dd1 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.os.Binder.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.os.Binder + + + + + + + + + + +
+
+
+

+Class android.os.Binder +

+ + +

+ + + + + + + + +
Added Methods +
+ + void dumpAsync(FileDescriptor, String[]) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.os.Build.VERSION_CODES.html b/docs/html/sdk/api_diff/13/changes/android.os.Build.VERSION_CODES.html new file mode 100644 index 0000000..0e50af4 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.os.Build.VERSION_CODES.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.os.Build.VERSION_CODES + + + + + + + + + + +
+
+
+

+Class android.os.Build.VERSION_CODES +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int HONEYCOMB_MR2 +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.os.IBinder.html b/docs/html/sdk/api_diff/13/changes/android.os.IBinder.html new file mode 100644 index 0000000..1a251cd --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.os.IBinder.html @@ -0,0 +1,137 @@ + + + + + + + + + +android.os.IBinder + + + + + + + + + + +
+
+
+

+Interface android.os.IBinder +

+ + +

+ + + + + + + + +
Added Methods +
+ + void dumpAsync(FileDescriptor, String[]) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + int TWEET_TRANSACTION +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.os.ParcelFileDescriptor.html b/docs/html/sdk/api_diff/13/changes/android.os.ParcelFileDescriptor.html new file mode 100644 index 0000000..3d3d1c3 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.os.ParcelFileDescriptor.html @@ -0,0 +1,136 @@ + + + + + + + + + +android.os.ParcelFileDescriptor + + + + + + + + + + +
+
+
+

+Class android.os.ParcelFileDescriptor +

+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + ParcelFileDescriptor adoptFd(int) +  
+ + ParcelFileDescriptor dup(FileDescriptor) +  
+ + ParcelFileDescriptor fromFd(int) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.os.PowerManager.html b/docs/html/sdk/api_diff/13/changes/android.os.PowerManager.html new file mode 100644 index 0000000..4af746d --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.os.PowerManager.html @@ -0,0 +1,124 @@ + + + + + + + + + +android.os.PowerManager + + + + + + + + + + +
+
+
+

+Class android.os.PowerManager +

+ + + +

+ + + + + + + + + +
Changed Fields +
+ + int SCREEN_BRIGHT_WAKE_LOCK +Now deprecated.
+
 
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.telephony.TelephonyManager.html b/docs/html/sdk/api_diff/13/changes/android.telephony.TelephonyManager.html new file mode 100644 index 0000000..43d6cf6 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.telephony.TelephonyManager.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.telephony.TelephonyManager + + + + + + + + + + +
+
+
+

+Class android.telephony.TelephonyManager +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int NETWORK_TYPE_HSPAP +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.util.DisplayMetrics.html b/docs/html/sdk/api_diff/13/changes/android.util.DisplayMetrics.html new file mode 100644 index 0000000..01c329f --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.util.DisplayMetrics.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.util.DisplayMetrics + + + + + + + + + + +
+
+
+

+Class android.util.DisplayMetrics +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int DENSITY_TV +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.view.Display.html b/docs/html/sdk/api_diff/13/changes/android.view.Display.html new file mode 100644 index 0000000..872532a --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.view.Display.html @@ -0,0 +1,157 @@ + + + + + + + + + +android.view.Display + + + + + + + + + + +
+
+
+

+Class android.view.Display +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + void getRectSize(Rect) +  
+ + void getSize(Point) +  
+  +

+ + + + + + + + + + + + + + +
Changed Methods +
+ + int getHeight() + +Now deprecated.
+
 
+ + int getWidth() + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/android.view.KeyEvent.html b/docs/html/sdk/api_diff/13/changes/android.view.KeyEvent.html new file mode 100644 index 0000000..eaccac4 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/android.view.KeyEvent.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.view.KeyEvent + + + + + + + + + + +
+
+
+

+Class android.view.KeyEvent +

+ + +

+ + + + + + + + +
Added Methods +
+ + int getModifiers() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/changes-summary.html b/docs/html/sdk/api_diff/13/changes/changes-summary.html new file mode 100644 index 0000000..082fcfb --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/changes-summary.html @@ -0,0 +1,205 @@ + + + + + + + + + +Android API Differences Report + + + + + + + + + + +
+
+
+
+

Android API Differences Report

+

This report details the changes in the core Android framework API between two API Level +specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields. +The report also includes general statistics that characterize the extent and type of the differences.

+

This report is based a comparison of the Android API specifications +whose API Level identifiers are given in the upper-right corner of this page. It compares a +newer "to" API to an older "from" API, noting all changes relative to the +older API. So, for example, API elements marked as removed are no longer present in the "to" +API specification.

+

To navigate the report, use the "Select a Diffs Index" and "Filter the Index" +controls on the left. The report uses text formatting to indicate interface names, +links to reference documentation, and links to change +description. The statistics are accessible from the "Statistics" link in the upper-right corner.

+

For more information about the Android framework API and SDK, +see the Android Developers site.

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Packages +
+ + android +  
+ + android.app +  
+ + android.content.pm +  
+ + android.content.res +  
+ + android.graphics +  
+ + android.hardware.usb +  
+ + android.net +  
+ + android.os +  
+ + android.telephony +  
+ + android.util +  
+ + android.view +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/classes_index_additions.html b/docs/html/sdk/api_diff/13/changes/classes_index_additions.html new file mode 100644 index 0000000..9ca1958 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/classes_index_additions.html @@ -0,0 +1,73 @@ + + + + + + + + + +Class Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
F  +P + TOP +

+Fragment.SavedState
+ +
P  +F + TOP +

+Parcelable.ClassLoaderCreator
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/classes_index_all.html b/docs/html/sdk/api_diff/13/changes/classes_index_all.html new file mode 100644 index 0000000..6bd1021 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/classes_index_all.html @@ -0,0 +1,300 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +C +D +F +I +K +L +M +P +R +T +U + TOP +

+Activity
+ActivityGroup
+ActivityInfo
+ApplicationInfo
+ +
B  +A +C +D +F +I +K +L +M +P +R +T +U + TOP +

+Binder
+Build.VERSION_CODES
+ +
C  +A +B +D +F +I +K +L +M +P +R +T +U + TOP +

+Configuration
+ConnectivityManager
+ +
D  +A +B +C +F +I +K +L +M +P +R +T +U + TOP +

+Display
+DisplayMetrics
+ +
F  +A +B +C +D +I +K +L +M +P +R +T +U + TOP +

+Fragment
+Fragment.SavedState
+FragmentManager
+FragmentTransaction
+ +
I  +A +B +C +D +F +K +L +M +P +R +T +U + TOP +

+IBinder
+ +
K  +A +B +C +D +F +I +L +M +P +R +T +U + TOP +

+KeyEvent
+KeyguardManager
+KeyguardManager.KeyguardLock
+ +
L  +A +B +C +D +F +I +K +M +P +R +T +U + TOP +

+LocalActivityManager
+ +
M  +A +B +C +D +F +I +K +L +P +R +T +U + TOP +

+Manifest.permission
+ +
P  +A +B +C +D +F +I +K +L +M +R +T +U + TOP +

+PackageManager
+Parcelable.ClassLoaderCreator
+ParcelFileDescriptor
+Point
+PointF
+PowerManager
+ +
R  +A +B +C +D +F +I +K +L +M +P +T +U + TOP +

+R.attr
+R.style
+ +
T  +A +B +C +D +F +I +K +L +M +P +R +U + TOP +

+TabActivity
+TelephonyManager
+ +
U  +A +B +C +D +F +I +K +L +M +P +R +T + TOP +

+UsbDeviceConnection
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/classes_index_changes.html b/docs/html/sdk/api_diff/13/changes/classes_index_changes.html new file mode 100644 index 0000000..d76983f --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/classes_index_changes.html @@ -0,0 +1,298 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +C +D +F +I +K +L +M +P +R +T +U + TOP +

+Activity
+ActivityGroup
+ActivityInfo
+ApplicationInfo
+ +
B  +A +C +D +F +I +K +L +M +P +R +T +U + TOP +

+Binder
+Build.VERSION_CODES
+ +
C  +A +B +D +F +I +K +L +M +P +R +T +U + TOP +

+Configuration
+ConnectivityManager
+ +
D  +A +B +C +F +I +K +L +M +P +R +T +U + TOP +

+Display
+DisplayMetrics
+ +
F  +A +B +C +D +I +K +L +M +P +R +T +U + TOP +

+Fragment
+FragmentManager
+FragmentTransaction
+ +
I  +A +B +C +D +F +K +L +M +P +R +T +U + TOP +

+IBinder
+ +
K  +A +B +C +D +F +I +L +M +P +R +T +U + TOP +

+KeyEvent
+KeyguardManager
+KeyguardManager.KeyguardLock
+ +
L  +A +B +C +D +F +I +K +M +P +R +T +U + TOP +

+LocalActivityManager
+ +
M  +A +B +C +D +F +I +K +L +P +R +T +U + TOP +

+Manifest.permission
+ +
P  +A +B +C +D +F +I +K +L +M +R +T +U + TOP +

+PackageManager
+ParcelFileDescriptor
+Point
+PointF
+PowerManager
+ +
R  +A +B +C +D +F +I +K +L +M +P +T +U + TOP +

+R.attr
+R.style
+ +
T  +A +B +C +D +F +I +K +L +M +P +R +U + TOP +

+TabActivity
+TelephonyManager
+ +
U  +A +B +C +D +F +I +K +L +M +P +R +T + TOP +

+UsbDeviceConnection
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/classes_index_removals.html b/docs/html/sdk/api_diff/13/changes/classes_index_removals.html new file mode 100644 index 0000000..e6da73f --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/classes_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Class Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/13/changes/constructors_index_additions.html new file mode 100644 index 0000000..3237ba3 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/constructors_index_additions.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/constructors_index_all.html b/docs/html/sdk/api_diff/13/changes/constructors_index_all.html new file mode 100644 index 0000000..637582e --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/constructors_index_all.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/13/changes/constructors_index_changes.html new file mode 100644 index 0000000..728fa2d --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/constructors_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/13/changes/constructors_index_removals.html new file mode 100644 index 0000000..1b95544 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/constructors_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Constructor Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/fields_index_additions.html b/docs/html/sdk/api_diff/13/changes/fields_index_additions.html new file mode 100644 index 0000000..271c9aa --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/fields_index_additions.html @@ -0,0 +1,363 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +D +F +H +L +N +R +S +T +U +W + TOP +

+compatibleWidthLimitDp
+ in  +android.R.attr +
+ in  +android.content.pm.ApplicationInfo +
+CONFIG_SCREEN_SIZE +
+CONFIG_SMALLEST_SCREEN_SIZE +
+CREATOR
+ in  +android.graphics.Point +
+ in  +android.graphics.PointF +
+ +
D  +C +F +H +L +N +R +S +T +U +W + TOP +

+DENSITY_TV +
+ +
F  +C +D +H +L +N +R +S +T +U +W + TOP +

+FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT +
+FEATURE_FAKETOUCH_MULTITOUCH_JAZZHAND +
+FEATURE_SCREEN_LANDSCAPE +
+FEATURE_SCREEN_PORTRAIT +
+ +
H  +C +D +F +L +N +R +S +T +U +W + TOP +

+HONEYCOMB_MR2 +
+ +
L  +C +D +F +H +N +R +S +T +U +W + TOP +

+largestWidthLimitDp
+ in  +android.R.attr +
+ in  +android.content.pm.ApplicationInfo +
+ +
N  +C +D +F +H +L +R +S +T +U +W + TOP +

+NETWORK_TYPE_HSPAP +
+ +
R  +C +D +F +H +L +N +S +T +U +W + TOP +

+requiresSmallestWidthDp
+ in  +android.R.attr +
+ in  +android.content.pm.ApplicationInfo +
+ +
S  +C +D +F +H +L +N +R +T +U +W + TOP +

+SCREEN_HEIGHT_DP_UNDEFINED +
+SCREEN_WIDTH_DP_UNDEFINED +
+screenHeightDp +
+screenWidthDp +
+SET_POINTER_SPEED +
+SMALLEST_SCREEN_WIDTH_DP_UNDEFINED +
+smallestScreenWidthDp +
+ +
T  +C +D +F +H +L +N +R +S +U +W + TOP +

+TextAppearance_Holo +
+TextAppearance_Holo_DialogWindowTitle +
+TextAppearance_Holo_Inverse +
+TextAppearance_Holo_Large +
+TextAppearance_Holo_Large_Inverse +
+TextAppearance_Holo_Medium +
+TextAppearance_Holo_Medium_Inverse +
+TextAppearance_Holo_SearchResult_Subtitle +
+TextAppearance_Holo_SearchResult_Title +
+TextAppearance_Holo_Small +
+TextAppearance_Holo_Small_Inverse +
+TextAppearance_Holo_Widget +
+TextAppearance_Holo_Widget_ActionBar_Subtitle +
+TextAppearance_Holo_Widget_ActionBar_Title +
+TextAppearance_Holo_Widget_ActionMode_Subtitle +
+TextAppearance_Holo_Widget_ActionMode_Title +
+TextAppearance_Holo_Widget_Button +
+TextAppearance_Holo_Widget_DropDownHint +
+TextAppearance_Holo_Widget_DropDownItem +
+TextAppearance_Holo_Widget_EditText +
+TextAppearance_Holo_Widget_IconMenu_Item +
+TextAppearance_Holo_Widget_PopupMenu +
+TextAppearance_Holo_Widget_PopupMenu_Large +
+TextAppearance_Holo_Widget_PopupMenu_Small +
+TextAppearance_Holo_Widget_TabWidget +
+TextAppearance_Holo_Widget_TextView +
+TextAppearance_Holo_Widget_TextView_PopupMenu +
+TextAppearance_Holo_Widget_TextView_SpinnerItem +
+TextAppearance_Holo_WindowTitle +
+Theme_Holo_Light_NoActionBar +
+Theme_Holo_Light_NoActionBar_Fullscreen +
+TWEET_TRANSACTION +
+TYPE_BLUETOOTH +
+TYPE_ETHERNET +
+ +
U  +C +D +F +H +L +N +R +S +T +W + TOP +

+UI_MODE_TYPE_TELEVISION +
+ +
W  +C +D +F +H +L +N +R +S +T +U + TOP +

+Widget_ActionBar_TabBar +
+Widget_ActionBar_TabText +
+Widget_ActionBar_TabView +
+Widget_Holo_ActionBar_TabBar +
+Widget_Holo_ActionBar_TabText +
+Widget_Holo_ActionBar_TabView +
+Widget_Holo_Light_ActionBar_TabBar +
+Widget_Holo_Light_ActionBar_TabText +
+Widget_Holo_Light_ActionBar_TabView +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/fields_index_all.html b/docs/html/sdk/api_diff/13/changes/fields_index_all.html new file mode 100644 index 0000000..f183408 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/fields_index_all.html @@ -0,0 +1,365 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +D +F +H +L +N +R +S +T +U +W + TOP +

+compatibleWidthLimitDp
+ in  +android.R.attr +
+ in  +android.content.pm.ApplicationInfo +
+CONFIG_SCREEN_SIZE +
+CONFIG_SMALLEST_SCREEN_SIZE +
+CREATOR
+ in  +android.graphics.Point +
+ in  +android.graphics.PointF +
+ +
D  +C +F +H +L +N +R +S +T +U +W + TOP +

+DENSITY_TV +
+ +
F  +C +D +H +L +N +R +S +T +U +W + TOP +

+FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT +
+FEATURE_FAKETOUCH_MULTITOUCH_JAZZHAND +
+FEATURE_SCREEN_LANDSCAPE +
+FEATURE_SCREEN_PORTRAIT +
+ +
H  +C +D +F +L +N +R +S +T +U +W + TOP +

+HONEYCOMB_MR2 +
+ +
L  +C +D +F +H +N +R +S +T +U +W + TOP +

+largestWidthLimitDp
+ in  +android.R.attr +
+ in  +android.content.pm.ApplicationInfo +
+ +
N  +C +D +F +H +L +R +S +T +U +W + TOP +

+NETWORK_TYPE_HSPAP +
+ +
R  +C +D +F +H +L +N +S +T +U +W + TOP +

+requiresSmallestWidthDp
+ in  +android.R.attr +
+ in  +android.content.pm.ApplicationInfo +
+ +
S  +C +D +F +H +L +N +R +T +U +W + TOP +

+SCREEN_BRIGHT_WAKE_LOCK +
+SCREEN_HEIGHT_DP_UNDEFINED +
+SCREEN_WIDTH_DP_UNDEFINED +
+screenHeightDp +
+screenWidthDp +
+SET_POINTER_SPEED +
+SMALLEST_SCREEN_WIDTH_DP_UNDEFINED +
+smallestScreenWidthDp +
+ +
T  +C +D +F +H +L +N +R +S +U +W + TOP +

+TextAppearance_Holo +
+TextAppearance_Holo_DialogWindowTitle +
+TextAppearance_Holo_Inverse +
+TextAppearance_Holo_Large +
+TextAppearance_Holo_Large_Inverse +
+TextAppearance_Holo_Medium +
+TextAppearance_Holo_Medium_Inverse +
+TextAppearance_Holo_SearchResult_Subtitle +
+TextAppearance_Holo_SearchResult_Title +
+TextAppearance_Holo_Small +
+TextAppearance_Holo_Small_Inverse +
+TextAppearance_Holo_Widget +
+TextAppearance_Holo_Widget_ActionBar_Subtitle +
+TextAppearance_Holo_Widget_ActionBar_Title +
+TextAppearance_Holo_Widget_ActionMode_Subtitle +
+TextAppearance_Holo_Widget_ActionMode_Title +
+TextAppearance_Holo_Widget_Button +
+TextAppearance_Holo_Widget_DropDownHint +
+TextAppearance_Holo_Widget_DropDownItem +
+TextAppearance_Holo_Widget_EditText +
+TextAppearance_Holo_Widget_IconMenu_Item +
+TextAppearance_Holo_Widget_PopupMenu +
+TextAppearance_Holo_Widget_PopupMenu_Large +
+TextAppearance_Holo_Widget_PopupMenu_Small +
+TextAppearance_Holo_Widget_TabWidget +
+TextAppearance_Holo_Widget_TextView +
+TextAppearance_Holo_Widget_TextView_PopupMenu +
+TextAppearance_Holo_Widget_TextView_SpinnerItem +
+TextAppearance_Holo_WindowTitle +
+Theme_Holo_Light_NoActionBar +
+Theme_Holo_Light_NoActionBar_Fullscreen +
+TWEET_TRANSACTION +
+TYPE_BLUETOOTH +
+TYPE_ETHERNET +
+ +
U  +C +D +F +H +L +N +R +S +T +W + TOP +

+UI_MODE_TYPE_TELEVISION +
+ +
W  +C +D +F +H +L +N +R +S +T +U + TOP +

+Widget_ActionBar_TabBar +
+Widget_ActionBar_TabText +
+Widget_ActionBar_TabView +
+Widget_Holo_ActionBar_TabBar +
+Widget_Holo_ActionBar_TabText +
+Widget_Holo_ActionBar_TabView +
+Widget_Holo_Light_ActionBar_TabBar +
+Widget_Holo_Light_ActionBar_TabText +
+Widget_Holo_Light_ActionBar_TabView +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/fields_index_changes.html b/docs/html/sdk/api_diff/13/changes/fields_index_changes.html new file mode 100644 index 0000000..953047c --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/fields_index_changes.html @@ -0,0 +1,67 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
S  + TOP +

+SCREEN_BRIGHT_WAKE_LOCK +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/fields_index_removals.html b/docs/html/sdk/api_diff/13/changes/fields_index_removals.html new file mode 100644 index 0000000..9f62d88 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/fields_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Field Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/jdiff_help.html b/docs/html/sdk/api_diff/13/changes/jdiff_help.html new file mode 100644 index 0000000..ec659d4 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/jdiff_help.html @@ -0,0 +1,134 @@ + + + + + + + + + +JDiff Help + + + + + + + + + + + + + + + + + +
Generated by
JDiff
+
+ +
+

JDiff Documentation

+
+
+JDiff is a Javadoc doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does. +This help page describes the different parts of the output from JDiff. +
+
+ See the reference page in the source for JDiff for information about how to generate a report like this one. +
+
+The indexes shown in the top-left frame help show each type of change in more detail. The index "All Differences" contains all the differences between the APIs, in alphabetical order. +These indexes all use the same format: +
    +
  • Removed packages, classes, constructors, methods and fields are struck through.
  • +
  • Added packages, classes, constructors, methods and fields appear in bold.
  • +
  • Changed packages, classes, constructors, methods and fields appear in normal text.
  • +
+
+
+You can always tell when you are reading a JDiff page, rather than a Javadoc page, by the color of the index bar and the color of the background. +Links which take you to a Javadoc page are always in a typewriter font. +Just like Javadoc, all interface names are in italic, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link. +
+
+

Javadoc

+This is a link to the top-level Javadoc page for the new version of the product. +
+
+

Overview

+The overview is the top-level summary of what was removed, added and changed between versions. +
+
+

Package

+This is a link to the package containing the current changed class or interface. +
+
+

Class

+This is highlighted when you are looking at the changed class or interface. +
+
+

Text Changes

+This is a link to the top-level index of all documentation changes for the current package or class. +If it is not present, then there are no documentation changes for the current package or class. +This link can be removed entirely by not using the -docchanges option. +
+
+

Statistics

+This is a link to a page which shows statistics about the changes between the two APIs. +This link can be removed entirely by not using the -stats option. +
+
+

Help

+A link to this Help page for JDiff. +
+
+

Prev/Next

+These links take you to the previous and next changed package or class. +
+
+

Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +
+
+

Complex Changes

+There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass. +In these cases, the change will be seen as a removal and an addition, rather than as a change. Unexpected removals or additions are often part of one of these type of changes. +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/13/changes/jdiff_statistics.html new file mode 100644 index 0000000..626c765 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/jdiff_statistics.html @@ -0,0 +1,382 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 12 and 13 is approximately 0.04%. +

+
+ +

Total of Differences, by Number and Type

+

+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeAdditionsChangesRemovalsTotal
Packages011011
Classes and Interfaces229031
Constructors0000
Methods2212034
Fields681069
Total92530145
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
2android.app
1android.os
<1android.hardware.usb
<1android.graphics
<1android
<1android.content.res
<1android.content.pm
<1android.view
<1android.net
<1android.util
<1android.telephony
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
33 +android.app.KeyguardManager
25 +android.app.KeyguardManager.KeyguardLock
20 +android.view.Display
18 +android.graphics.Point
14 +android.graphics.PointF
12 +android.app.ActivityGroup
10 +android.app.TabActivity
7 +android.R.style
6 +android.os.ParcelFileDescriptor
6 +android.os.IBinder
5 +android.hardware.usb.UsbDeviceConnection
4 +android.app.FragmentTransaction
4 +android.content.res.Configuration
4 +android.os.PowerManager
3 +android.app.LocalActivityManager
3 +android.net.ConnectivityManager
3 +android.app.Activity
3 +android.os.Build.VERSION_CODES
3 +android.content.pm.ApplicationInfo
3 +android.util.DisplayMetrics
2 +android.os.Binder
2 +android.app.Fragment
2 +android.app.FragmentManager
1 +android.content.pm.ActivityInfo
1 +android.content.pm.PackageManager
<1 +android.telephony.TelephonyManager
<1 +android.Manifest.permission
<1 +android.R.attr
<1 +android.view.KeyEvent
+

* See Calculation of Change Percentages, below.

+
+

Calculation of Change Percentages

+

+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:

+
+Percentage difference = 100 * (added + removed + 2*changed)
+                        -----------------------------------
+                        sum of public elements in BOTH APIs
+
+

where added is the number of packages added, removed is the number of packages removed, and changed is the number of packages changed. +This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed. +The definition ensures that if all packages are removed and all new packages are +added, the change will be 100%.

+
+ +
+
+ + + diff --git a/docs/html/sdk/api_diff/13/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/13/changes/jdiff_topleftframe.html new file mode 100644 index 0000000..36f9836 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/jdiff_topleftframe.html @@ -0,0 +1,63 @@ + + + + + + + + + +Android API Version Differences + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Select a Diffs Index:
All Differences
By Package
By Class
By Constructor
By Method
By Field
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/methods_index_additions.html b/docs/html/sdk/api_diff/13/changes/methods_index_additions.html new file mode 100644 index 0000000..fbbf5a6 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/methods_index_additions.html @@ -0,0 +1,225 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +D +F +G +I +O +R +S +W + TOP +

+adoptFd +(int)
+attach +(Fragment)
+ +
D  +A +F +G +I +O +R +S +W + TOP +

+describeContents
+  type  +() in android.graphics.Point +
+  type  +() in android.graphics.PointF +
+detach +(Fragment)
+dumpAsync
+  type  +(FileDescriptor, String[]) in android.os.Binder +
+  type  +(FileDescriptor, String[]) in android.os.IBinder +
+dup +(FileDescriptor)
+ +
F  +A +D +G +I +O +R +S +W + TOP +

+fromFd +(int)
+ +
G  +A +D +F +I +O +R +S +W + TOP +

+getModifiers +()
+getRawDescriptors +()
+getRectSize +(Rect)
+getSize +(Point)
+ +
I  +A +D +F +G +O +R +S +W + TOP +

+isDetached +()
+ +
O  +A +D +F +G +I +R +S +W + TOP +

+onViewCreated +(View, Bundle)
+ +
R  +A +D +F +G +I +O +S +W + TOP +

+readFromParcel
+  type  +(Parcel) in android.graphics.Point +
+  type  +(Parcel) in android.graphics.PointF +
+ +
S  +A +D +F +G +I +O +R +W + TOP +

+saveFragmentInstanceState +(Fragment)
+setCustomAnimations +(int, int, int, int)
+setInitialSavedState +(SavedState)
+ +
W  +A +D +F +G +I +O +R +S + TOP +

+writeToParcel
+  type  +(Parcel, int) in android.graphics.Point +
+  type  +(Parcel, int) in android.graphics.PointF +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/methods_index_all.html b/docs/html/sdk/api_diff/13/changes/methods_index_all.html new file mode 100644 index 0000000..84d0a2c --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/methods_index_all.html @@ -0,0 +1,298 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +D +E +F +G +I +N +O +R +S +W + TOP +

+adoptFd +(int)
+attach +(Fragment)
+ +
D  +A +E +F +G +I +N +O +R +S +W + TOP +

+describeContents
+  type  +() in android.graphics.Point +
+  type  +() in android.graphics.PointF +
+detach +(Fragment)
+dismissDialog +(int)
+dumpAsync
+  type  +(FileDescriptor, String[]) in android.os.Binder +
+  type  +(FileDescriptor, String[]) in android.os.IBinder +
+dup +(FileDescriptor)
+ +
E  +A +D +F +G +I +N +O +R +S +W + TOP +

+exitKeyguardSecurely +(OnKeyguardExitResult)
+ +
F  +A +D +E +G +I +N +O +R +S +W + TOP +

+fromFd +(int)
+ +
G  +A +D +E +F +I +N +O +R +S +W + TOP +

+getHeight +()
+getLastNonConfigurationInstance +()
+getModifiers +()
+getRawDescriptors +()
+getRectSize +(Rect)
+getSize +(Point)
+getWidth +()
+ +
I  +A +D +E +F +G +N +O +R +S +W + TOP +

+isDetached +()
+ +
N  +A +D +E +F +G +I +O +R +S +W + TOP +

+newKeyguardLock +(String)
+ +
O  +A +D +E +F +G +I +N +R +S +W + TOP +

+onCreateDialog +(int, Bundle)
+onPrepareDialog +(int, Dialog, Bundle)
+onRetainNonConfigurationInstance +()
+onViewCreated +(View, Bundle)
+ +
R  +A +D +E +F +G +I +N +O +S +W + TOP +

+readFromParcel
+  type  +(Parcel) in android.graphics.Point +
+  type  +(Parcel) in android.graphics.PointF +
+removeDialog +(int)
+ +
S  +A +D +E +F +G +I +N +O +R +W + TOP +

+saveFragmentInstanceState +(Fragment)
+setCustomAnimations +(int, int, int, int)
+setInitialSavedState +(SavedState)
+showDialog
+  type  +(int, Bundle) in android.app.Activity +
+  type  +(int) in android.app.Activity +
+ +
W  +A +D +E +F +G +I +N +O +R +S + TOP +

+writeToParcel
+  type  +(Parcel, int) in android.graphics.Point +
+  type  +(Parcel, int) in android.graphics.PointF +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/methods_index_changes.html b/docs/html/sdk/api_diff/13/changes/methods_index_changes.html new file mode 100644 index 0000000..97cc3ef --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/methods_index_changes.html @@ -0,0 +1,158 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
D  +E +G +N +O +R +S + TOP +

+dismissDialog +(int)
+ +
E  +D +G +N +O +R +S + TOP +

+exitKeyguardSecurely +(OnKeyguardExitResult)
+ +
G  +D +E +N +O +R +S + TOP +

+getHeight +()
+getLastNonConfigurationInstance +()
+getWidth +()
+ +
N  +D +E +G +O +R +S + TOP +

+newKeyguardLock +(String)
+ +
O  +D +E +G +N +R +S + TOP +

+onCreateDialog +(int, Bundle)
+onPrepareDialog +(int, Dialog, Bundle)
+onRetainNonConfigurationInstance +()
+ +
R  +D +E +G +N +O +S + TOP +

+removeDialog +(int)
+ +
S  +D +E +G +N +O +R + TOP +

+showDialog
+  type  +(int, Bundle) in android.app.Activity +
+  type  +(int) in android.app.Activity +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/methods_index_removals.html b/docs/html/sdk/api_diff/13/changes/methods_index_removals.html new file mode 100644 index 0000000..b5aea4f --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/methods_index_removals.html @@ -0,0 +1,61 @@ + + + + + + + + + +Method Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/packages_index_additions.html b/docs/html/sdk/api_diff/13/changes/packages_index_additions.html new file mode 100644 index 0000000..1776064 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/packages_index_additions.html @@ -0,0 +1,63 @@ + + + + + + + + + +Package Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/packages_index_all.html b/docs/html/sdk/api_diff/13/changes/packages_index_all.html new file mode 100644 index 0000000..c23f4a6 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/packages_index_all.html @@ -0,0 +1,75 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android
+android.app
+android.content.pm
+android.content.res
+android.graphics
+android.hardware.usb
+android.net
+android.os
+android.telephony
+android.util
+android.view
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/packages_index_changes.html b/docs/html/sdk/api_diff/13/changes/packages_index_changes.html new file mode 100644 index 0000000..d00b449 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/packages_index_changes.html @@ -0,0 +1,75 @@ + + + + + + + + + +Package Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android
+android.app
+android.content.pm
+android.content.res
+android.graphics
+android.hardware.usb
+android.net
+android.os
+android.telephony
+android.util
+android.view
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/packages_index_removals.html b/docs/html/sdk/api_diff/13/changes/packages_index_removals.html new file mode 100644 index 0000000..9fd0f7e --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/packages_index_removals.html @@ -0,0 +1,63 @@ + + + + + + + + + +Package Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.app.html b/docs/html/sdk/api_diff/13/changes/pkg_android.app.html new file mode 100644 index 0000000..d728895 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.app.html @@ -0,0 +1,190 @@ + + + + + + + + + +android.app + + + + + + + + + + +
+
+
+

+Package android.app +

+

+ + + + + + + + +
Added Classes +
+ + Fragment.SavedState +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes +
+ + Activity +  
+ + ActivityGroup +  
+ + Fragment +  
+ + FragmentManager +  
+ + FragmentTransaction +  
+ + KeyguardManager +  
+ + KeyguardManager.KeyguardLock +  
+ + LocalActivityManager +  
+ + TabActivity +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.content.pm.html b/docs/html/sdk/api_diff/13/changes/pkg_android.content.pm.html new file mode 100644 index 0000000..60ab502 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.content.pm.html @@ -0,0 +1,133 @@ + + + + + + + + + +android.content.pm + + + + + + + + + + +
+
+
+

+Package android.content.pm +

+

+ + + + + + + + + + + + + + + + +
Changed Classes +
+ + ActivityInfo +  
+ + ApplicationInfo +  
+ + PackageManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.content.res.html b/docs/html/sdk/api_diff/13/changes/pkg_android.content.res.html new file mode 100644 index 0000000..01c31d0 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.content.res.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.content.res + + + + + + + + + + +
+
+
+

+Package android.content.res +

+

+ + + + + + + + +
Changed Classes +
+ + Configuration +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.graphics.html b/docs/html/sdk/api_diff/13/changes/pkg_android.graphics.html new file mode 100644 index 0000000..31ddb13 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.graphics.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.graphics + + + + + + + + + + +
+
+
+

+Package android.graphics +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + Point +  
+ + PointF +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.hardware.usb.html b/docs/html/sdk/api_diff/13/changes/pkg_android.hardware.usb.html new file mode 100644 index 0000000..ec768c9 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.hardware.usb.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.hardware.usb + + + + + + + + + + +
+
+
+

+Package android.hardware.usb +

+

+ + + + + + + + +
Changed Classes +
+ + UsbDeviceConnection +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.html b/docs/html/sdk/api_diff/13/changes/pkg_android.html new file mode 100644 index 0000000..6b14637 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.html @@ -0,0 +1,133 @@ + + + + + + + + + +android + + + + + + + + + + +
+
+
+

+Package android +

+

+ + + + + + + + + + + + + + + + +
Changed Classes +
+ + Manifest.permission +  
+ + R.attr +  
+ + R.style +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.net.html b/docs/html/sdk/api_diff/13/changes/pkg_android.net.html new file mode 100644 index 0000000..f3f82cc --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.net.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.net + + + + + + + + + + +
+
+
+

+Package android.net +

+

+ + + + + + + + +
Changed Classes +
+ + ConnectivityManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.os.html b/docs/html/sdk/api_diff/13/changes/pkg_android.os.html new file mode 100644 index 0000000..b9a8c09 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.os.html @@ -0,0 +1,162 @@ + + + + + + + + + +android.os + + + + + + + + + + +
+
+
+

+Package android.os +

+

+ + + + + + + + +
Added Interfaces +
+ + Parcelable.ClassLoaderCreator +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes and Interfaces +
+ + Binder +  
+ + Build.VERSION_CODES +  
+ + IBinder +  
+ + ParcelFileDescriptor +  
+ + PowerManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.telephony.html b/docs/html/sdk/api_diff/13/changes/pkg_android.telephony.html new file mode 100644 index 0000000..9a00876 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.telephony.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.telephony + + + + + + + + + + +
+
+
+

+Package android.telephony +

+

+ + + + + + + + +
Changed Classes +
+ + TelephonyManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.util.html b/docs/html/sdk/api_diff/13/changes/pkg_android.util.html new file mode 100644 index 0000000..0d92956 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.util.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.util + + + + + + + + + + +
+
+
+

+Package android.util +

+

+ + + + + + + + +
Changed Classes +
+ + DisplayMetrics +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/changes/pkg_android.view.html b/docs/html/sdk/api_diff/13/changes/pkg_android.view.html new file mode 100644 index 0000000..22fde46 --- /dev/null +++ b/docs/html/sdk/api_diff/13/changes/pkg_android.view.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.view + + + + + + + + + + +
+
+
+

+Package android.view +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + Display +  
+ + KeyEvent +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/13/stylesheet-jdiff.css b/docs/html/sdk/api_diff/13/stylesheet-jdiff.css new file mode 100644 index 0000000..edafaa3 --- /dev/null +++ b/docs/html/sdk/api_diff/13/stylesheet-jdiff.css @@ -0,0 +1,44 @@ + +/* (http://www.jdiff.org) */ + +div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;} +table.diffspectable {border:1px;padding:0px;margin:0px;} +.diffspechead {background-color:#eee;} +.diffspectable tr {border:0px;padding:0px;} +.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;} +td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;} +td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;} +tt {font-size:11pt;font-family:monospace;} +.indexHeader { + font-size:96%; + line-height:.8em;} +.jdiffIndex td { + font-size:96%; + xline-height:.8em; + padding:2px; + padding-left:1em;} +.indexText { + font-size:100%; + padding-left:1em;} +#indexTableCaption { + font-size:96%; + margin-top:.25em; + margin-bottom:0; + } +.hiddenlink { + font-size:96%; + line-height:.8em; + text-decoration:none;} +a { + text-decoration:none;} +a:hover { + text-decoration:underline;} +.indexBox { + border: 1px solid red; + margin:1em 0 0 0;} +.letterIndexHead { + font-size: 1.5em;font-weight:9; + margin:0 0 0em 0; + border: 1px solid red;} -- cgit v1.1