From 1663876b5a3ad0720114b5d25a7c1de566593e81 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Mon, 23 Jun 2014 12:11:35 -0700 Subject: [PATCH] Doc change: API diff 20. Change-Id: I1d3e00c1e62568c04abe6531819e75873df235c0 --- docs/html/sdk/api_diff/20/changes.html | 45 + .../20/changes/alldiffs_index_additions.html | 665 +++++++++++++++ .../api_diff/20/changes/alldiffs_index_all.html | 929 +++++++++++++++++++++ .../20/changes/alldiffs_index_changes.html | 496 +++++++++++ .../20/changes/alldiffs_index_removals.html | 68 ++ .../20/changes/android.Manifest.permission.html | 122 +++ .../sdk/api_diff/20/changes/android.R.attr.html | 129 +++ .../changes/android.app.Notification.Action.html | 129 +++ .../changes/android.app.Notification.Builder.html | 171 ++++ .../20/changes/android.app.Notification.html | 151 ++++ .../changes/android.content.pm.ComponentInfo.html | 122 +++ .../android.content.pm.PackageItemInfo.html | 137 +++ .../changes/android.content.pm.PackageManager.html | 193 +++++ .../changes/android.content.res.Configuration.html | 122 +++ .../20/changes/android.hardware.Sensor.html | 284 +++++++ .../20/changes/android.hardware.SensorManager.html | 122 +++ .../android.hardware.display.DisplayManager.html | 122 +++ .../android.hardware.display.VirtualDisplay.html | 129 +++ .../20/changes/android.os.Build.VERSION_CODES.html | 122 +++ .../20/changes/android.os.PowerManager.html | 140 ++++ ...service.notification.StatusBarNotification.html | 122 +++ .../android.test.mock.MockPackageManager.html | 143 ++++ .../20/changes/android.util.TypedValue.html | 122 +++ .../api_diff/20/changes/android.view.Display.html | 158 ++++ .../api_diff/20/changes/android.view.KeyEvent.html | 146 ++++ .../sdk/api_diff/20/changes/android.view.View.html | 171 ++++ .../20/changes/android.view.ViewConfiguration.html | 125 +++ .../api_diff/20/changes/android.view.Window.html | 122 +++ .../android.view.WindowManager.LayoutParams.html | 124 +++ .../sdk/api_diff/20/changes/changes-summary.html | 219 +++++ .../20/changes/classes_index_additions.html | 111 +++ .../sdk/api_diff/20/changes/classes_index_all.html | 304 +++++++ .../api_diff/20/changes/classes_index_changes.html | 294 +++++++ .../20/changes/classes_index_removals.html | 61 ++ .../20/changes/constructors_index_additions.html | 61 ++ .../20/changes/constructors_index_all.html | 61 ++ .../20/changes/constructors_index_changes.html | 61 ++ .../20/changes/constructors_index_removals.html | 61 ++ .../20/changes/fields_index_additions.html | 259 ++++++ .../sdk/api_diff/20/changes/fields_index_all.html | 263 ++++++ .../api_diff/20/changes/fields_index_changes.html | 69 ++ .../api_diff/20/changes/fields_index_removals.html | 61 ++ docs/html/sdk/api_diff/20/changes/jdiff_help.html | 134 +++ .../sdk/api_diff/20/changes/jdiff_statistics.html | 370 ++++++++ .../api_diff/20/changes/jdiff_topleftframe.html | 63 ++ .../20/changes/methods_index_additions.html | 246 ++++++ .../sdk/api_diff/20/changes/methods_index_all.html | 330 ++++++++ .../api_diff/20/changes/methods_index_changes.html | 111 +++ .../20/changes/methods_index_removals.html | 67 ++ .../api_diff/20/changes/org.json.JSONObject.html | 125 +++ .../20/changes/packages_index_additions.html | 63 ++ .../api_diff/20/changes/packages_index_all.html | 78 ++ .../20/changes/packages_index_changes.html | 78 ++ .../20/changes/packages_index_removals.html | 63 ++ .../sdk/api_diff/20/changes/pkg_android.app.html | 190 +++++ .../20/changes/pkg_android.content.pm.html | 133 +++ .../20/changes/pkg_android.content.res.html | 119 +++ .../20/changes/pkg_android.hardware.display.html | 126 +++ .../api_diff/20/changes/pkg_android.hardware.html | 126 +++ docs/html/sdk/api_diff/20/changes/pkg_android.html | 126 +++ .../sdk/api_diff/20/changes/pkg_android.os.html | 126 +++ .../20/changes/pkg_android.renderscript.html | 119 +++ .../changes/pkg_android.service.notification.html | 119 +++ .../api_diff/20/changes/pkg_android.test.mock.html | 119 +++ .../sdk/api_diff/20/changes/pkg_android.util.html | 119 +++ .../sdk/api_diff/20/changes/pkg_android.view.html | 176 ++++ .../html/sdk/api_diff/20/changes/pkg_org.json.html | 119 +++ docs/html/sdk/api_diff/20/missingSinces.txt | 87 ++ docs/html/sdk/api_diff/20/stylesheet-jdiff.css | 44 + .../sdk/api_diff/20/user_comments_for_19_to_20.xml | 829 ++++++++++++++++++ 70 files changed, 11921 insertions(+) create mode 100644 docs/html/sdk/api_diff/20/changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/api_diff/20/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/api_diff/20/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.Manifest.permission.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.R.attr.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.app.Notification.Action.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.app.Notification.Builder.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.app.Notification.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.content.pm.ComponentInfo.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.content.pm.PackageItemInfo.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.content.pm.PackageManager.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.content.res.Configuration.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.hardware.Sensor.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.hardware.SensorManager.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.hardware.display.DisplayManager.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.hardware.display.VirtualDisplay.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.os.Build.VERSION_CODES.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.os.PowerManager.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.service.notification.StatusBarNotification.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.test.mock.MockPackageManager.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.util.TypedValue.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.view.Display.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.view.KeyEvent.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.view.View.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.view.ViewConfiguration.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.view.Window.html create mode 100644 docs/html/sdk/api_diff/20/changes/android.view.WindowManager.LayoutParams.html create mode 100644 docs/html/sdk/api_diff/20/changes/changes-summary.html create mode 100644 docs/html/sdk/api_diff/20/changes/classes_index_additions.html create mode 100644 docs/html/sdk/api_diff/20/changes/classes_index_all.html create mode 100644 docs/html/sdk/api_diff/20/changes/classes_index_changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/classes_index_removals.html create mode 100644 docs/html/sdk/api_diff/20/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/api_diff/20/changes/constructors_index_all.html create mode 100644 docs/html/sdk/api_diff/20/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/api_diff/20/changes/fields_index_additions.html create mode 100644 docs/html/sdk/api_diff/20/changes/fields_index_all.html create mode 100644 docs/html/sdk/api_diff/20/changes/fields_index_changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/fields_index_removals.html create mode 100644 docs/html/sdk/api_diff/20/changes/jdiff_help.html create mode 100644 docs/html/sdk/api_diff/20/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/api_diff/20/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/api_diff/20/changes/methods_index_additions.html create mode 100644 docs/html/sdk/api_diff/20/changes/methods_index_all.html create mode 100644 docs/html/sdk/api_diff/20/changes/methods_index_changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/methods_index_removals.html create mode 100644 docs/html/sdk/api_diff/20/changes/org.json.JSONObject.html create mode 100644 docs/html/sdk/api_diff/20/changes/packages_index_additions.html create mode 100644 docs/html/sdk/api_diff/20/changes/packages_index_all.html create mode 100644 docs/html/sdk/api_diff/20/changes/packages_index_changes.html create mode 100644 docs/html/sdk/api_diff/20/changes/packages_index_removals.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.app.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.content.pm.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.content.res.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.hardware.display.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.hardware.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.os.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.renderscript.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.service.notification.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.test.mock.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.util.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_android.view.html create mode 100644 docs/html/sdk/api_diff/20/changes/pkg_org.json.html create mode 100644 docs/html/sdk/api_diff/20/missingSinces.txt create mode 100644 docs/html/sdk/api_diff/20/stylesheet-jdiff.css create mode 100644 docs/html/sdk/api_diff/20/user_comments_for_19_to_20.xml diff --git a/docs/html/sdk/api_diff/20/changes.html b/docs/html/sdk/api_diff/20/changes.html new file mode 100644 index 000000000000..8ed7e94eff82 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes.html @@ -0,0 +1,45 @@ + + + + + + + + + + +API Differences between 19 and 20 + + + + + + + + + + + + + + +<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/20/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/20/changes/alldiffs_index_additions.html new file mode 100644 index 000000000000..8858d0aa35a8 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/alldiffs_index_additions.html @@ -0,0 +1,665 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +D +E +F +G +I +K +L +N +O +R +S +T +U +V +W + TOP +

+addAction +(Action)
+ +addExtras +(Bundle)
+ +allowEmbedded +
+ + +
B  +A +D +E +F +G +I +K +L +N +O +R +S +T +U +V +W + TOP +

+banner +
+ +BODY_SENSORS +
+ + +
D  +A +B +E +F +G +I +K +L +N +O +R +S +T +U +V +W + TOP +

+dispatchApplyWindowInsets +(WindowInsets)
+ + +
E  +A +B +D +F +G +I +K +L +N +O +R +S +T +U +V +W + TOP +

+extend +(Extender)
+ + +
F  +A +B +D +E +G +I +K +L +N +O +R +S +T +U +V +W + TOP +

+FEATURE_BACKUP +
+ +FEATURE_CAMERA_EXTERNAL +
+ +FEATURE_PRINTING +
+ +FEATURE_SENSOR_HEART_RATE +
+ +FEATURE_SWIPE_TO_DISMISS +
+ +FEATURE_WATCH +
+ +FEATURE_WEBVIEW +
+ +FLAG_GROUP_SUMMARY +
+ +FLAG_LOCAL_ONLY +
+ + +
G  +A +B +D +E +F +I +K +L +N +O +R +S +T +U +V +W + TOP +

+getActivityBanner
+  type  +(ComponentName) in android.content.pm.PackageManager +
+ +  type  +(Intent) in android.content.pm.PackageManager +
+ +  type  +(ComponentName) in android.test.mock.MockPackageManager +
+ +  type  +(Intent) in android.test.mock.MockPackageManager +
+ +getApplicationBanner
+  type  +(String) in android.content.pm.PackageManager +
+ +  type  +(ApplicationInfo) in android.content.pm.PackageManager +
+ +  type  +(String) in android.test.mock.MockPackageManager +
+ +  type  +(ApplicationInfo) in android.test.mock.MockPackageManager +
+ +getBannerResource +()
+ +getExtras
+  type  +() in android.app.Notification.Action +
+ +  type  +() in android.app.Notification.Builder +
+ +getGroup +()
+ +getKey +()
+ +getRemoteInputs +()
+ +getSortKey +()
+ +getState +()
+ +getStringType +()
+ +getSurface +()
+ + +
I  +A +B +D +E +F +G +K +L +N +O +R +S +T +U +V +W + TOP +

+isInteractive +()
+ + +
K  +A +B +D +E +F +G +I +L +N +O +R +S +T +U +V +W + TOP +

+KEYCODE_SLEEP +
+ +KEYCODE_WAKEUP +
+ +KITKAT_WATCH +
+ + +
L  +A +B +D +E +F +G +I +K +N +O +R +S +T +U +V +W + TOP +

+loadBanner +(PackageManager)
+ + +
N  +A +B +D +E +F +G +I +K +L +O +R +S +T +U +V +W + TOP +

+Notification.Action.Builder
+ +Notification.Action.Extender
+ +Notification.Action.WearableExtender
+ +Notification.Extender
+ +Notification.WearableExtender
+ + +
O  +A +B +D +E +F +G +I +K +L +N +R +S +T +U +V +W + TOP +

+onApplyWindowInsets +(WindowInsets)
+ + +
R  +A +B +D +E +F +G +I +K +L +N +O +S +T +U +V +W + TOP +

+RemoteInput
+ +RemoteInput.Builder
+ +requestApplyInsets +()
+ + +
S  +A +B +D +E +F +G +I +K +L +N +O +R +T +U +V +W + TOP +

+ScriptIntrinsicResize
+ +SENSOR_STATUS_NO_CONTACT +
+ +setGroup +(String)
+ +setGroupSummary +(boolean)
+ +setLocalOnly +(boolean)
+ +setOnApplyWindowInsetsListener +(OnApplyWindowInsetsListener)
+ +setSortKey +(String)
+ +setSurface +(Surface)
+ +STATE_DOZING +
+ +STATE_OFF +
+ +STATE_ON +
+ +STATE_UNKNOWN +
+ +STRING_TYPE_ACCELEROMETER +
+ +STRING_TYPE_AMBIENT_TEMPERATURE +
+ +STRING_TYPE_GAME_ROTATION_VECTOR +
+ +STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR +
+ +STRING_TYPE_GRAVITY +
+ +STRING_TYPE_GYROSCOPE +
+ +STRING_TYPE_GYROSCOPE_UNCALIBRATED +
+ +STRING_TYPE_HEART_RATE +
+ +STRING_TYPE_LIGHT +
+ +STRING_TYPE_LINEAR_ACCELERATION +
+ +STRING_TYPE_MAGNETIC_FIELD +
+ +STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED +
+ +STRING_TYPE_ORIENTATION +
+ +STRING_TYPE_PRESSURE +
+ +STRING_TYPE_PROXIMITY +
+ +STRING_TYPE_RELATIVE_HUMIDITY +
+ +STRING_TYPE_ROTATION_VECTOR +
+ +STRING_TYPE_SIGNIFICANT_MOTION +
+ +STRING_TYPE_STEP_COUNTER +
+ +STRING_TYPE_STEP_DETECTOR +
+ +STRING_TYPE_TEMPERATURE +
+ + +
T  +A +B +D +E +F +G +I +K +L +N +O +R +S +U +V +W + TOP +

+TYPE_HEART_RATE +
+ + +
U  +A +B +D +E +F +G +I +K +L +N +O +R +S +T +V +W + TOP +

+UI_MODE_TYPE_WATCH +
+ + +
V  +A +B +D +E +F +G +I +K +L +N +O +R +S +T +U +W + TOP +

+View.OnApplyWindowInsetsListener
+ +VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY +
+ + +
W  +A +B +D +E +F +G +I +K +L +N +O +R +S +T +U +V + TOP +

+WindowInsets
+ +windowSwipeToDismiss +
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/20/changes/alldiffs_index_all.html new file mode 100644 index 000000000000..41029619a9aa --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/alldiffs_index_all.html @@ -0,0 +1,929 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +F +G +I +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

+addAction +(Action)
+ +addExtras +(Bundle)
+ +allowEmbedded +
+ +android
+ +android.app
+ +android.content.pm
+ +android.content.res
+ +android.hardware
+ +android.hardware.display
+ +android.os
+ +android.renderscript
+ +android.service.notification
+ +android.test.mock
+ +android.util
+ +android.view
+ + +
B  +A +C +D +E +F +G +I +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

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

+complexToDimensionNoisy +(int, DisplayMetrics)
+ +ComponentInfo
+ +Configuration
+ + +
D  +A +B +C +E +F +G +I +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

+dispatchApplyWindowInsets +(WindowInsets)
+ +Display
+ +DisplayManager
+ + +
E  +A +B +C +D +F +G +I +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

+extend +(Extender)
+ + +
F  +A +B +C +D +E +G +I +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

+FEATURE_BACKUP +
+ +FEATURE_CAMERA_EXTERNAL +
+ +FEATURE_PRINTING +
+ +FEATURE_SENSOR_HEART_RATE +
+ +FEATURE_SWIPE_TO_DISMISS +
+ +FEATURE_WATCH +
+ +FEATURE_WEBVIEW +
+ +fitSystemWindows +(Rect)
+ +FLAG_GROUP_SUMMARY +
+ +FLAG_LOCAL_ONLY +
+ +FLAG_TOUCHABLE_WHEN_WAKING +
+ +FLAG_WOKE_HERE +
+ + +
G  +A +B +C +D +E +F +I +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

+getActivityBanner
+  type  +(ComponentName) in android.content.pm.PackageManager +
+ +  type  +(Intent) in android.content.pm.PackageManager +
+ +  type  +(ComponentName) in android.test.mock.MockPackageManager +
+ +  type  +(Intent) in android.test.mock.MockPackageManager +
+ +getApplicationBanner
+  type  +(String) in android.content.pm.PackageManager +
+ +  type  +(ApplicationInfo) in android.content.pm.PackageManager +
+ +  type  +(String) in android.test.mock.MockPackageManager +
+ +  type  +(ApplicationInfo) in android.test.mock.MockPackageManager +
+ +getBannerResource +()
+ +getExtras
+  type  +() in android.app.Notification.Action +
+ +  type  +() in android.app.Notification.Builder +
+ +getGlobalActionKeyTimeout +()
+ +getGroup +()
+ +getKey +()
+ +getRemoteInputs +()
+ +getSortKey +()
+ +getState +()
+ +getStringType +()
+ +getSurface +()
+ + +
I  +A +B +C +D +E +F +G +J +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

+isInteractive +()
+ +isScreenOn +()
+ + +
J  +A +B +C +D +E +F +G +I +K +L +M +N +O +P +R +S +T +U +V +W + TOP +

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

+KEYCODE_SLEEP +
+ +KEYCODE_WAKEUP +
+ +KeyEvent
+ +keys +()
+ +KITKAT_WATCH +
+ + +
L  +A +B +C +D +E +F +G +I +J +K +M +N +O +P +R +S +T +U +V +W + TOP +

+loadBanner +(PackageManager)
+ + +
M  +A +B +C +D +E +F +G +I +J +K +L +N +O +P +R +S +T +U +V +W + TOP +

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

+Notification
+ +Notification.Action
+ +Notification.Action.Builder
+ +Notification.Action.Extender
+ +Notification.Action.WearableExtender
+ +Notification.Builder
+ +Notification.Extender
+ +Notification.WearableExtender
+ + +
O  +A +B +C +D +E +F +G +I +J +K +L +M +N +P +R +S +T +U +V +W + TOP +

+onApplyWindowInsets +(WindowInsets)
+ +org.json
+ + +
P  +A +B +C +D +E +F +G +I +J +K +L +M +N +O +R +S +T +U +V +W + TOP +

+PackageItemInfo
+ +PackageManager
+ +PowerManager
+ + +
R  +A +B +C +D +E +F +G +I +J +K +L +M +N +O +P +S +T +U +V +W + TOP +

+R.attr
+ +RemoteInput
+ +RemoteInput.Builder
+ +requestApplyInsets +()
+ +requestFitSystemWindows +()
+ + +
S  +A +B +C +D +E +F +G +I +J +K +L +M +N +O +P +R +T +U +V +W + TOP +

+ScriptIntrinsicResize
+ +Sensor
+ +SENSOR_STATUS_NO_CONTACT +
+ +SensorManager
+ +setGroup +(String)
+ +setGroupSummary +(boolean)
+ +setLocalOnly +(boolean)
+ +setOnApplyWindowInsetsListener +(OnApplyWindowInsetsListener)
+ +setSortKey +(String)
+ +setSurface +(Surface)
+ +STATE_DOZING +
+ +STATE_OFF +
+ +STATE_ON +
+ +STATE_UNKNOWN +
+ +StatusBarNotification
+ +STRING_TYPE_ACCELEROMETER +
+ +STRING_TYPE_AMBIENT_TEMPERATURE +
+ +STRING_TYPE_GAME_ROTATION_VECTOR +
+ +STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR +
+ +STRING_TYPE_GRAVITY +
+ +STRING_TYPE_GYROSCOPE +
+ +STRING_TYPE_GYROSCOPE_UNCALIBRATED +
+ +STRING_TYPE_HEART_RATE +
+ +STRING_TYPE_LIGHT +
+ +STRING_TYPE_LINEAR_ACCELERATION +
+ +STRING_TYPE_MAGNETIC_FIELD +
+ +STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED +
+ +STRING_TYPE_ORIENTATION +
+ +STRING_TYPE_PRESSURE +
+ +STRING_TYPE_PROXIMITY +
+ +STRING_TYPE_RELATIVE_HUMIDITY +
+ +STRING_TYPE_ROTATION_VECTOR +
+ +STRING_TYPE_SIGNIFICANT_MOTION +
+ +STRING_TYPE_STEP_COUNTER +
+ +STRING_TYPE_STEP_DETECTOR +
+ +STRING_TYPE_TEMPERATURE +
+ + +
T  +A +B +C +D +E +F +G +I +J +K +L +M +N +O +P +R +S +U +V +W + TOP +

+TYPE_HEART_RATE +
+ +TypedValue
+ + +
U  +A +B +C +D +E +F +G +I +J +K +L +M +N +O +P +R +S +T +V +W + TOP +

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

+View
+ +View.OnApplyWindowInsetsListener
+ +ViewConfiguration
+ +VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY +
+ +VirtualDisplay
+ + +
W  +A +B +C +D +E +F +G +I +J +K +L +M +N +O +P +R +S +T +U +V + TOP +

+Window
+ +WindowInsets
+ +WindowManager.LayoutParams
+ +windowSwipeToDismiss +
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/20/changes/alldiffs_index_changes.html new file mode 100644 index 000000000000..d469c28b1285 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/alldiffs_index_changes.html @@ -0,0 +1,496 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +android
+ +android.app
+ +android.content.pm
+ +android.content.res
+ +android.hardware
+ +android.hardware.display
+ +android.os
+ +android.renderscript
+ +android.service.notification
+ +android.test.mock
+ +android.util
+ +android.view
+ + +
B  +A +C +D +F +G +I +J +K +M +N +O +P +R +S +T +V +W + TOP +

+Build.VERSION_CODES
+ + +
C  +A +B +D +F +G +I +J +K +M +N +O +P +R +S +T +V +W + TOP +

+ComponentInfo
+ +Configuration
+ + +
D  +A +B +C +F +G +I +J +K +M +N +O +P +R +S +T +V +W + TOP +

+Display
+ +DisplayManager
+ + +
F  +A +B +C +D +G +I +J +K +M +N +O +P +R +S +T +V +W + TOP +

+fitSystemWindows +(Rect)
+ +FLAG_TOUCHABLE_WHEN_WAKING +
+ +FLAG_WOKE_HERE +
+ + +
G  +A +B +C +D +F +I +J +K +M +N +O +P +R +S +T +V +W + TOP +

+getGlobalActionKeyTimeout +()
+ + +
I  +A +B +C +D +F +G +J +K +M +N +O +P +R +S +T +V +W + TOP +

+isScreenOn +()
+ + +
J  +A +B +C +D +F +G +I +K +M +N +O +P +R +S +T +V +W + TOP +

+JSONObject
+ + +
K  +A +B +C +D +F +G +I +J +M +N +O +P +R +S +T +V +W + TOP +

+KeyEvent
+ +keys +()
+ + +
M  +A +B +C +D +F +G +I +J +K +N +O +P +R +S +T +V +W + TOP +

+Manifest.permission
+ +MockPackageManager
+ + +
N  +A +B +C +D +F +G +I +J +K +M +O +P +R +S +T +V +W + TOP +

+Notification
+ +Notification.Action
+ +Notification.Builder
+ + +org.json
+ + +
P  +A +B +C +D +F +G +I +J +K +M +N +O +R +S +T +V +W + TOP +

+PackageItemInfo
+ +PackageManager
+ +PowerManager
+ + +
R  +A +B +C +D +F +G +I +J +K +M +N +O +P +S +T +V +W + TOP +

+R.attr
+ +requestFitSystemWindows +()
+ + +
S  +A +B +C +D +F +G +I +J +K +M +N +O +P +R +T +V +W + TOP +

+Sensor
+ +SensorManager
+ +StatusBarNotification
+ + +
T  +A +B +C +D +F +G +I +J +K +M +N +O +P +R +S +V +W + TOP +

+TypedValue
+ + +
V  +A +B +C +D +F +G +I +J +K +M +N +O +P +R +S +T +W + TOP +

+View
+ +ViewConfiguration
+ +VirtualDisplay
+ + +
W  +A +B +C +D +F +G +I +J +K +M +N +O +P +R +S +T +V + TOP +

+Window
+ +WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/20/changes/alldiffs_index_removals.html new file mode 100644 index 000000000000..e4ed37b7ff4e --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/alldiffs_index_removals.html @@ -0,0 +1,68 @@ + + + + + + + + + +All Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
C  + TOP +

+complexToDimensionNoisy +(int, DisplayMetrics)
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.Manifest.permission.html b/docs/html/sdk/api_diff/20/changes/android.Manifest.permission.html new file mode 100644 index 000000000000..66dc6466f778 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.Manifest.permission.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.Manifest.permission + + + + + + + + + + +
+
+
+

+Class android.Manifest.permission +

+ + + +

+ + + + + + + + +
Added Fields +
+ + String BODY_SENSORS +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.R.attr.html b/docs/html/sdk/api_diff/20/changes/android.R.attr.html new file mode 100644 index 000000000000..af36562af307 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.R.attr.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.R.attr + + + + + + + + + + +
+
+
+

+Class android.R.attr +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int allowEmbedded +  
+ + int windowSwipeToDismiss +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.app.Notification.Action.html b/docs/html/sdk/api_diff/20/changes/android.app.Notification.Action.html new file mode 100644 index 000000000000..bb5486dca0c6 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.app.Notification.Action.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.app.Notification.Action + + + + + + + + + + +
+
+
+

+Class android.app.Notification.Action +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Bundle getExtras() +  
+ + RemoteInput[] getRemoteInputs() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.app.Notification.Builder.html b/docs/html/sdk/api_diff/20/changes/android.app.Notification.Builder.html new file mode 100644 index 000000000000..6d433c18012d --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.app.Notification.Builder.html @@ -0,0 +1,171 @@ + + + + + + + + + +android.app.Notification.Builder + + + + + + + + + + +
+
+
+

+Class android.app.Notification.Builder +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + Builder addAction(Action) +  
+ + Builder addExtras(Bundle) +  
+ + Builder extend(Extender) +  
+ + Bundle getExtras() +  
+ + Builder setGroup(String) +  
+ + Builder setGroupSummary(boolean) +  
+ + Builder setLocalOnly(boolean) +  
+ + Builder setSortKey(String) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.app.Notification.html b/docs/html/sdk/api_diff/20/changes/android.app.Notification.html new file mode 100644 index 000000000000..b770c72a3327 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.app.Notification.html @@ -0,0 +1,151 @@ + + + + + + + + + +android.app.Notification + + + + + + + + + + +
+
+
+

+Class android.app.Notification +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + String getGroup() +  
+ + String getSortKey() +  
+  + +

+ + + + + + + + + + + + +
Added Fields +
+ + int FLAG_GROUP_SUMMARY +  
+ + int FLAG_LOCAL_ONLY +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.content.pm.ComponentInfo.html b/docs/html/sdk/api_diff/20/changes/android.content.pm.ComponentInfo.html new file mode 100644 index 000000000000..eadf4125a3e6 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.content.pm.ComponentInfo.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.content.pm.ComponentInfo + + + + + + + + + + +
+
+
+

+Class android.content.pm.ComponentInfo +

+ + +

+ + + + + + + + +
Added Methods +
+ + int getBannerResource() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.content.pm.PackageItemInfo.html b/docs/html/sdk/api_diff/20/changes/android.content.pm.PackageItemInfo.html new file mode 100644 index 000000000000..f5c1768c66ac --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.content.pm.PackageItemInfo.html @@ -0,0 +1,137 @@ + + + + + + + + + +android.content.pm.PackageItemInfo + + + + + + + + + + +
+
+
+

+Class android.content.pm.PackageItemInfo +

+ + +

+ + + + + + + + +
Added Methods +
+ + Drawable loadBanner(PackageManager) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + int banner +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.content.pm.PackageManager.html b/docs/html/sdk/api_diff/20/changes/android.content.pm.PackageManager.html new file mode 100644 index 000000000000..d70daf779bc0 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.content.pm.PackageManager.html @@ -0,0 +1,193 @@ + + + + + + + + + +android.content.pm.PackageManager + + + + + + + + + + +
+
+
+

+Class android.content.pm.PackageManager +

+ + +

+ + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + Drawable getActivityBanner(ComponentName) +  
+ + Drawable getActivityBanner(Intent) +  
+ + Drawable getApplicationBanner(String) +  
+ + Drawable getApplicationBanner(ApplicationInfo) +  
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + String FEATURE_BACKUP +  
+ + String FEATURE_CAMERA_EXTERNAL +  
+ + String FEATURE_PRINTING +  
+ + String FEATURE_SENSOR_HEART_RATE +  
+ + String FEATURE_WATCH +  
+ + String FEATURE_WEBVIEW +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.content.res.Configuration.html b/docs/html/sdk/api_diff/20/changes/android.content.res.Configuration.html new file mode 100644 index 000000000000..da4937b90966 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.content.res.Configuration.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.content.res.Configuration + + + + + + + + + + +
+
+
+

+Class android.content.res.Configuration +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int UI_MODE_TYPE_WATCH +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.hardware.Sensor.html b/docs/html/sdk/api_diff/20/changes/android.hardware.Sensor.html new file mode 100644 index 000000000000..95f7ab782f9d --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.hardware.Sensor.html @@ -0,0 +1,284 @@ + + + + + + + + + +android.hardware.Sensor + + + + + + + + + + +
+
+
+

+Class android.hardware.Sensor +

+ + +

+ + + + + + + + +
Added Methods +
+ + String getStringType() +  
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + String STRING_TYPE_ACCELEROMETER +  
+ + String STRING_TYPE_AMBIENT_TEMPERATURE +  
+ + String STRING_TYPE_GAME_ROTATION_VECTOR +  
+ + String STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR +  
+ + String STRING_TYPE_GRAVITY +  
+ + String STRING_TYPE_GYROSCOPE +  
+ + String STRING_TYPE_GYROSCOPE_UNCALIBRATED +  
+ + String STRING_TYPE_HEART_RATE +  
+ + String STRING_TYPE_LIGHT +  
+ + String STRING_TYPE_LINEAR_ACCELERATION +  
+ + String STRING_TYPE_MAGNETIC_FIELD +  
+ + String STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED +  
+ + String STRING_TYPE_ORIENTATION +  
+ + String STRING_TYPE_PRESSURE +  
+ + String STRING_TYPE_PROXIMITY +  
+ + String STRING_TYPE_RELATIVE_HUMIDITY +  
+ + String STRING_TYPE_ROTATION_VECTOR +  
+ + String STRING_TYPE_SIGNIFICANT_MOTION +  
+ + String STRING_TYPE_STEP_COUNTER +  
+ + String STRING_TYPE_STEP_DETECTOR +  
+ + String STRING_TYPE_TEMPERATURE +  
+ + int TYPE_HEART_RATE +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.hardware.SensorManager.html b/docs/html/sdk/api_diff/20/changes/android.hardware.SensorManager.html new file mode 100644 index 000000000000..7fcd24ebacf4 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.hardware.SensorManager.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.hardware.SensorManager + + + + + + + + + + +
+
+
+

+Class android.hardware.SensorManager +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int SENSOR_STATUS_NO_CONTACT +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.hardware.display.DisplayManager.html b/docs/html/sdk/api_diff/20/changes/android.hardware.display.DisplayManager.html new file mode 100644 index 000000000000..3b358fce4962 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.hardware.display.DisplayManager.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.hardware.display.DisplayManager + + + + + + + + + + +
+
+
+

+Class android.hardware.display.DisplayManager +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.hardware.display.VirtualDisplay.html b/docs/html/sdk/api_diff/20/changes/android.hardware.display.VirtualDisplay.html new file mode 100644 index 000000000000..8a48c4fdbbd8 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.hardware.display.VirtualDisplay.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.hardware.display.VirtualDisplay + + + + + + + + + + +
+
+
+

+Class android.hardware.display.VirtualDisplay +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Surface getSurface() +  
+ + void setSurface(Surface) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.os.Build.VERSION_CODES.html b/docs/html/sdk/api_diff/20/changes/android.os.Build.VERSION_CODES.html new file mode 100644 index 000000000000..6bcc1141a403 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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 KITKAT_WATCH +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.os.PowerManager.html b/docs/html/sdk/api_diff/20/changes/android.os.PowerManager.html new file mode 100644 index 000000000000..b3decaaf16b7 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.os.PowerManager.html @@ -0,0 +1,140 @@ + + + + + + + + + +android.os.PowerManager + + + + + + + + + + +
+
+
+

+Class android.os.PowerManager +

+ + +

+ + + + + + + + +
Added Methods +
+ + boolean isInteractive() +  
+  +

+ + + + + + + + + +
Changed Methods +
+ + boolean isScreenOn() + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.service.notification.StatusBarNotification.html b/docs/html/sdk/api_diff/20/changes/android.service.notification.StatusBarNotification.html new file mode 100644 index 000000000000..4e80e7797f68 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.service.notification.StatusBarNotification.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.service.notification.StatusBarNotification + + + + + + + + + + +
+
+
+

+Class android.service.notification.StatusBarNotification +

+ + +

+ + + + + + + + +
Added Methods +
+ + String getKey() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.test.mock.MockPackageManager.html b/docs/html/sdk/api_diff/20/changes/android.test.mock.MockPackageManager.html new file mode 100644 index 000000000000..2bc613a24ed5 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.test.mock.MockPackageManager.html @@ -0,0 +1,143 @@ + + + + + + + + + +android.test.mock.MockPackageManager + + + + + + + + + + +
+
+
+

+Class android.test.mock.MockPackageManager +

+ + +

+ + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + Drawable getActivityBanner(ComponentName) +  
+ + Drawable getActivityBanner(Intent) +  
+ + Drawable getApplicationBanner(String) +  
+ + Drawable getApplicationBanner(ApplicationInfo) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.util.TypedValue.html b/docs/html/sdk/api_diff/20/changes/android.util.TypedValue.html new file mode 100644 index 000000000000..c9fe2743f1a2 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.util.TypedValue.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.util.TypedValue + + + + + + + + + + +
+
+
+

+Class android.util.TypedValue +

+ + +

+ + + + + + + + +
Removed Methods +
+ + float complexToDimensionNoisy(int, DisplayMetrics) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.view.Display.html b/docs/html/sdk/api_diff/20/changes/android.view.Display.html new file mode 100644 index 000000000000..5d5b98e8c758 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.view.Display.html @@ -0,0 +1,158 @@ + + + + + + + + + +android.view.Display + + + + + + + + + + +
+
+
+

+Class android.view.Display +

+ + +

+ + + + + + + + +
Added Methods +
+ + int getState() +  
+  + +

+ + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + int STATE_DOZING +  
+ + int STATE_OFF +  
+ + int STATE_ON +  
+ + int STATE_UNKNOWN +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.view.KeyEvent.html b/docs/html/sdk/api_diff/20/changes/android.view.KeyEvent.html new file mode 100644 index 000000000000..908a5f934efb --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.view.KeyEvent.html @@ -0,0 +1,146 @@ + + + + + + + + + +android.view.KeyEvent + + + + + + + + + + +
+
+
+

+Class android.view.KeyEvent +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int KEYCODE_SLEEP +  
+ + int KEYCODE_WAKEUP +  
+  +

+ + + + + + + + + +
Changed Fields +
+ + int FLAG_WOKE_HERE +Now deprecated.
+
 
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.view.View.html b/docs/html/sdk/api_diff/20/changes/android.view.View.html new file mode 100644 index 000000000000..6eade4fb37a4 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.view.View.html @@ -0,0 +1,171 @@ + + + + + + + + + +android.view.View + + + + + + + + + + +
+
+
+

+Class android.view.View +

+ + +

+ + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + WindowInsets dispatchApplyWindowInsets(WindowInsets) +  
+ + WindowInsets onApplyWindowInsets(WindowInsets) +  
+ + void requestApplyInsets() +  
+ + void setOnApplyWindowInsetsListener(OnApplyWindowInsetsListener) +  
+  +

+ + + + + + + + + + + + + + +
Changed Methods +
+ + boolean fitSystemWindows(Rect) + +Now deprecated.
+
 
+ + void requestFitSystemWindows() + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.view.ViewConfiguration.html b/docs/html/sdk/api_diff/20/changes/android.view.ViewConfiguration.html new file mode 100644 index 000000000000..1ef7d6f6eb22 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.view.ViewConfiguration.html @@ -0,0 +1,125 @@ + + + + + + + + + +android.view.ViewConfiguration + + + + + + + + + + +
+
+
+

+Class android.view.ViewConfiguration +

+ + +

+ + + + + + + + + +
Changed Methods +
+ + long getGlobalActionKeyTimeout() + +Now deprecated.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.view.Window.html b/docs/html/sdk/api_diff/20/changes/android.view.Window.html new file mode 100644 index 000000000000..6700ba805ae3 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.view.Window.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.view.Window + + + + + + + + + + +
+
+
+

+Class android.view.Window +

+ + + +

+ + + + + + + + +
Added Fields +
+ + int FEATURE_SWIPE_TO_DISMISS +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/android.view.WindowManager.LayoutParams.html b/docs/html/sdk/api_diff/20/changes/android.view.WindowManager.LayoutParams.html new file mode 100644 index 000000000000..0bf13663cacf --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/android.view.WindowManager.LayoutParams.html @@ -0,0 +1,124 @@ + + + + + + + + + +android.view.WindowManager.LayoutParams + + + + + + + + + + +
+
+
+

+Class android.view.WindowManager.LayoutParams +

+ + + +

+ + + + + + + + + +
Changed Fields +
+ + int FLAG_TOUCHABLE_WHEN_WAKING +Now deprecated.
+
 
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/changes-summary.html b/docs/html/sdk/api_diff/20/changes/changes-summary.html new file mode 100644 index 000000000000..06780d09bb38 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/changes-summary.html @@ -0,0 +1,219 @@ + + + + + + + + + +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.hardware +  
+ + android.hardware.display +  
+ + android.os +  
+ + android.renderscript +  
+ + android.service.notification +  
+ + android.test.mock +  
+ + android.util +  
+ + android.view +  
+ + org.json +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/classes_index_additions.html b/docs/html/sdk/api_diff/20/changes/classes_index_additions.html new file mode 100644 index 000000000000..f1b73159c10e --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/classes_index_additions.html @@ -0,0 +1,111 @@ + + + + + + + + + +Class Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
N  +R +S +V +W + TOP +

+Notification.Action.Builder
+Notification.Action.Extender
+Notification.Action.WearableExtender
+Notification.Extender
+Notification.WearableExtender
+ +
R  +N +S +V +W + TOP +

+RemoteInput
+RemoteInput.Builder
+ +
S  +N +R +V +W + TOP +

+ScriptIntrinsicResize
+ +
V  +N +R +S +W + TOP +

+View.OnApplyWindowInsetsListener
+ +
W  +N +R +S +V + TOP +

+WindowInsets
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/classes_index_all.html b/docs/html/sdk/api_diff/20/changes/classes_index_all.html new file mode 100644 index 000000000000..bacb7c7bc8a6 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/classes_index_all.html @@ -0,0 +1,304 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +D +J +K +M +N +P +R +S +T +V +W + TOP +

+Build.VERSION_CODES
+ +
C  +B +D +J +K +M +N +P +R +S +T +V +W + TOP +

+ComponentInfo
+Configuration
+ +
D  +B +C +J +K +M +N +P +R +S +T +V +W + TOP +

+Display
+DisplayManager
+ +
J  +B +C +D +K +M +N +P +R +S +T +V +W + TOP +

+JSONObject
+ +
K  +B +C +D +J +M +N +P +R +S +T +V +W + TOP +

+KeyEvent
+ +
M  +B +C +D +J +K +N +P +R +S +T +V +W + TOP +

+Manifest.permission
+MockPackageManager
+ +
N  +B +C +D +J +K +M +P +R +S +T +V +W + TOP +

+Notification
+Notification.Action
+Notification.Action.Builder
+Notification.Action.Extender
+Notification.Action.WearableExtender
+Notification.Builder
+Notification.Extender
+Notification.WearableExtender
+ +
P  +B +C +D +J +K +M +N +R +S +T +V +W + TOP +

+PackageItemInfo
+PackageManager
+PowerManager
+ +
R  +B +C +D +J +K +M +N +P +S +T +V +W + TOP +

+R.attr
+RemoteInput
+RemoteInput.Builder
+ +
S  +B +C +D +J +K +M +N +P +R +T +V +W + TOP +

+ScriptIntrinsicResize
+Sensor
+SensorManager
+StatusBarNotification
+ +
T  +B +C +D +J +K +M +N +P +R +S +V +W + TOP +

+TypedValue
+ +
V  +B +C +D +J +K +M +N +P +R +S +T +W + TOP +

+View
+View.OnApplyWindowInsetsListener
+ViewConfiguration
+VirtualDisplay
+ +
W  +B +C +D +J +K +M +N +P +R +S +T +V + TOP +

+Window
+WindowInsets
+WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/classes_index_changes.html b/docs/html/sdk/api_diff/20/changes/classes_index_changes.html new file mode 100644 index 000000000000..a60d9f350d9a --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/classes_index_changes.html @@ -0,0 +1,294 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +D +J +K +M +N +P +R +S +T +V +W + TOP +

+Build.VERSION_CODES
+ +
C  +B +D +J +K +M +N +P +R +S +T +V +W + TOP +

+ComponentInfo
+Configuration
+ +
D  +B +C +J +K +M +N +P +R +S +T +V +W + TOP +

+Display
+DisplayManager
+ +
J  +B +C +D +K +M +N +P +R +S +T +V +W + TOP +

+JSONObject
+ +
K  +B +C +D +J +M +N +P +R +S +T +V +W + TOP +

+KeyEvent
+ +
M  +B +C +D +J +K +N +P +R +S +T +V +W + TOP +

+Manifest.permission
+MockPackageManager
+ +
N  +B +C +D +J +K +M +P +R +S +T +V +W + TOP +

+Notification
+Notification.Action
+Notification.Builder
+ +
P  +B +C +D +J +K +M +N +R +S +T +V +W + TOP +

+PackageItemInfo
+PackageManager
+PowerManager
+ +
R  +B +C +D +J +K +M +N +P +S +T +V +W + TOP +

+R.attr
+ +
S  +B +C +D +J +K +M +N +P +R +T +V +W + TOP +

+Sensor
+SensorManager
+StatusBarNotification
+ +
T  +B +C +D +J +K +M +N +P +R +S +V +W + TOP +

+TypedValue
+ +
V  +B +C +D +J +K +M +N +P +R +S +T +W + TOP +

+View
+ViewConfiguration
+VirtualDisplay
+ +
W  +B +C +D +J +K +M +N +P +R +S +T +V + TOP +

+Window
+WindowManager.LayoutParams
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/classes_index_removals.html b/docs/html/sdk/api_diff/20/changes/classes_index_removals.html new file mode 100644 index 000000000000..c83f06f1d69f --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/20/changes/constructors_index_additions.html new file mode 100644 index 000000000000..ad63a9136290 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/constructors_index_all.html b/docs/html/sdk/api_diff/20/changes/constructors_index_all.html new file mode 100644 index 000000000000..17de0bcc13ae --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/20/changes/constructors_index_changes.html new file mode 100644 index 000000000000..1cedab108332 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/20/changes/constructors_index_removals.html new file mode 100644 index 000000000000..f2b7043d9b59 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/fields_index_additions.html b/docs/html/sdk/api_diff/20/changes/fields_index_additions.html new file mode 100644 index 000000000000..70e72c94cc33 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/fields_index_additions.html @@ -0,0 +1,259 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +F +K +S +T +U +V +W + TOP +

+allowEmbedded +
+ +
B  +A +F +K +S +T +U +V +W + TOP +

+banner +
+BODY_SENSORS +
+ +
F  +A +B +K +S +T +U +V +W + TOP +

+FEATURE_BACKUP +
+FEATURE_CAMERA_EXTERNAL +
+FEATURE_PRINTING +
+FEATURE_SENSOR_HEART_RATE +
+FEATURE_SWIPE_TO_DISMISS +
+FEATURE_WATCH +
+FEATURE_WEBVIEW +
+FLAG_GROUP_SUMMARY +
+FLAG_LOCAL_ONLY +
+ +
K  +A +B +F +S +T +U +V +W + TOP +

+KEYCODE_SLEEP +
+KEYCODE_WAKEUP +
+KITKAT_WATCH +
+ +
S  +A +B +F +K +T +U +V +W + TOP +

+SENSOR_STATUS_NO_CONTACT +
+STATE_DOZING +
+STATE_OFF +
+STATE_ON +
+STATE_UNKNOWN +
+STRING_TYPE_ACCELEROMETER +
+STRING_TYPE_AMBIENT_TEMPERATURE +
+STRING_TYPE_GAME_ROTATION_VECTOR +
+STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR +
+STRING_TYPE_GRAVITY +
+STRING_TYPE_GYROSCOPE +
+STRING_TYPE_GYROSCOPE_UNCALIBRATED +
+STRING_TYPE_HEART_RATE +
+STRING_TYPE_LIGHT +
+STRING_TYPE_LINEAR_ACCELERATION +
+STRING_TYPE_MAGNETIC_FIELD +
+STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED +
+STRING_TYPE_ORIENTATION +
+STRING_TYPE_PRESSURE +
+STRING_TYPE_PROXIMITY +
+STRING_TYPE_RELATIVE_HUMIDITY +
+STRING_TYPE_ROTATION_VECTOR +
+STRING_TYPE_SIGNIFICANT_MOTION +
+STRING_TYPE_STEP_COUNTER +
+STRING_TYPE_STEP_DETECTOR +
+STRING_TYPE_TEMPERATURE +
+ +
T  +A +B +F +K +S +U +V +W + TOP +

+TYPE_HEART_RATE +
+ +
U  +A +B +F +K +S +T +V +W + TOP +

+UI_MODE_TYPE_WATCH +
+ +
V  +A +B +F +K +S +T +U +W + TOP +

+VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY +
+ +
W  +A +B +F +K +S +T +U +V + TOP +

+windowSwipeToDismiss +
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/fields_index_all.html b/docs/html/sdk/api_diff/20/changes/fields_index_all.html new file mode 100644 index 000000000000..ba34525799cb --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/fields_index_all.html @@ -0,0 +1,263 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +B +F +K +S +T +U +V +W + TOP +

+allowEmbedded +
+ +
B  +A +F +K +S +T +U +V +W + TOP +

+banner +
+BODY_SENSORS +
+ +
F  +A +B +K +S +T +U +V +W + TOP +

+FEATURE_BACKUP +
+FEATURE_CAMERA_EXTERNAL +
+FEATURE_PRINTING +
+FEATURE_SENSOR_HEART_RATE +
+FEATURE_SWIPE_TO_DISMISS +
+FEATURE_WATCH +
+FEATURE_WEBVIEW +
+FLAG_GROUP_SUMMARY +
+FLAG_LOCAL_ONLY +
+FLAG_TOUCHABLE_WHEN_WAKING +
+FLAG_WOKE_HERE +
+ +
K  +A +B +F +S +T +U +V +W + TOP +

+KEYCODE_SLEEP +
+KEYCODE_WAKEUP +
+KITKAT_WATCH +
+ +
S  +A +B +F +K +T +U +V +W + TOP +

+SENSOR_STATUS_NO_CONTACT +
+STATE_DOZING +
+STATE_OFF +
+STATE_ON +
+STATE_UNKNOWN +
+STRING_TYPE_ACCELEROMETER +
+STRING_TYPE_AMBIENT_TEMPERATURE +
+STRING_TYPE_GAME_ROTATION_VECTOR +
+STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR +
+STRING_TYPE_GRAVITY +
+STRING_TYPE_GYROSCOPE +
+STRING_TYPE_GYROSCOPE_UNCALIBRATED +
+STRING_TYPE_HEART_RATE +
+STRING_TYPE_LIGHT +
+STRING_TYPE_LINEAR_ACCELERATION +
+STRING_TYPE_MAGNETIC_FIELD +
+STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED +
+STRING_TYPE_ORIENTATION +
+STRING_TYPE_PRESSURE +
+STRING_TYPE_PROXIMITY +
+STRING_TYPE_RELATIVE_HUMIDITY +
+STRING_TYPE_ROTATION_VECTOR +
+STRING_TYPE_SIGNIFICANT_MOTION +
+STRING_TYPE_STEP_COUNTER +
+STRING_TYPE_STEP_DETECTOR +
+STRING_TYPE_TEMPERATURE +
+ +
T  +A +B +F +K +S +U +V +W + TOP +

+TYPE_HEART_RATE +
+ +
U  +A +B +F +K +S +T +V +W + TOP +

+UI_MODE_TYPE_WATCH +
+ +
V  +A +B +F +K +S +T +U +W + TOP +

+VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY +
+ +
W  +A +B +F +K +S +T +U +V + TOP +

+windowSwipeToDismiss +
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/fields_index_changes.html b/docs/html/sdk/api_diff/20/changes/fields_index_changes.html new file mode 100644 index 000000000000..173ff6fbef28 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/fields_index_changes.html @@ -0,0 +1,69 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
F  + TOP +

+FLAG_TOUCHABLE_WHEN_WAKING +
+FLAG_WOKE_HERE +
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/fields_index_removals.html b/docs/html/sdk/api_diff/20/changes/fields_index_removals.html new file mode 100644 index 000000000000..51157f54c826 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/jdiff_help.html b/docs/html/sdk/api_diff/20/changes/jdiff_help.html new file mode 100644 index 000000000000..1c0c10fb7e72 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/20/changes/jdiff_statistics.html new file mode 100644 index 000000000000..18c36b945835 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/jdiff_statistics.html @@ -0,0 +1,370 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 19 and 20 is approximately 0.13%. +

+
+ +

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
Packages013013
Classes and Interfaces1025035
Constructors0000
Methods325138
Fields452047
Total87451133
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
12android.hardware.display
3android.app
1android.service.notification
1android.hardware
<1android.view
<1android.renderscript
<1android.content.pm
<1android.test.mock
<1org.json
<1android.os
<1android.content.res
<1android.util
<1android
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
33 +android.hardware.display.VirtualDisplay
27 +android.hardware.Sensor
11 +android.app.Notification.Action
10 +android.app.Notification.Builder
10 +android.view.Display
8 +android.os.PowerManager
5 +android.content.pm.PackageItemInfo
4 +android.hardware.display.DisplayManager
4 +android.content.pm.ComponentInfo
3 +android.service.notification.StatusBarNotification
3 +android.content.pm.PackageManager
2 +android.app.Notification
2 +android.test.mock.MockPackageManager
2 +android.os.Build.VERSION_CODES
1 +android.view.ViewConfiguration
1 +org.json.JSONObject
<1 +android.util.TypedValue
<1 +android.hardware.SensorManager
<1 +android.content.res.Configuration
<1 +android.view.View
<1 +android.view.Window
<1 +android.view.KeyEvent
<1 +android.view.WindowManager.LayoutParams
<1 +android.Manifest.permission
<1 +android.R.attr
+

* 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/20/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/20/changes/jdiff_topleftframe.html new file mode 100644 index 000000000000..d39a99c21867 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/methods_index_additions.html b/docs/html/sdk/api_diff/20/changes/methods_index_additions.html new file mode 100644 index 000000000000..687820adf251 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/methods_index_additions.html @@ -0,0 +1,246 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +D +E +G +I +L +O +R +S + TOP +

+addAction +(Action)
+addExtras +(Bundle)
+ +
D  +A +E +G +I +L +O +R +S + TOP +

+dispatchApplyWindowInsets +(WindowInsets)
+ +
E  +A +D +G +I +L +O +R +S + TOP +

+extend +(Extender)
+ +
G  +A +D +E +I +L +O +R +S + TOP +

+getActivityBanner
+  type  +(ComponentName) in android.content.pm.PackageManager +
+  type  +(Intent) in android.content.pm.PackageManager +
+  type  +(ComponentName) in android.test.mock.MockPackageManager +
+  type  +(Intent) in android.test.mock.MockPackageManager +
+getApplicationBanner
+  type  +(String) in android.content.pm.PackageManager +
+  type  +(ApplicationInfo) in android.content.pm.PackageManager +
+  type  +(String) in android.test.mock.MockPackageManager +
+  type  +(ApplicationInfo) in android.test.mock.MockPackageManager +
+getBannerResource +()
+getExtras
+  type  +() in android.app.Notification.Action +
+  type  +() in android.app.Notification.Builder +
+getGroup +()
+getKey +()
+getRemoteInputs +()
+getSortKey +()
+getState +()
+getStringType +()
+getSurface +()
+ +
I  +A +D +E +G +L +O +R +S + TOP +

+isInteractive +()
+ +
L  +A +D +E +G +I +O +R +S + TOP +

+loadBanner +(PackageManager)
+ +
O  +A +D +E +G +I +L +R +S + TOP +

+onApplyWindowInsets +(WindowInsets)
+ +
R  +A +D +E +G +I +L +O +S + TOP +

+requestApplyInsets +()
+ +
S  +A +D +E +G +I +L +O +R + TOP +

+setGroup +(String)
+setGroupSummary +(boolean)
+setLocalOnly +(boolean)
+setOnApplyWindowInsetsListener +(OnApplyWindowInsetsListener)
+setSortKey +(String)
+setSurface +(Surface)
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/methods_index_all.html b/docs/html/sdk/api_diff/20/changes/methods_index_all.html new file mode 100644 index 000000000000..f8ba7a01e429 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/methods_index_all.html @@ -0,0 +1,330 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C +D +E +F +G +I +K +L +O +R +S + TOP +

+addAction +(Action)
+addExtras +(Bundle)
+ +
C  +A +D +E +F +G +I +K +L +O +R +S + TOP +

+complexToDimensionNoisy +(int, DisplayMetrics)
+ +
D  +A +C +E +F +G +I +K +L +O +R +S + TOP +

+dispatchApplyWindowInsets +(WindowInsets)
+ +
E  +A +C +D +F +G +I +K +L +O +R +S + TOP +

+extend +(Extender)
+ +
F  +A +C +D +E +G +I +K +L +O +R +S + TOP +

+fitSystemWindows +(Rect)
+ +
G  +A +C +D +E +F +I +K +L +O +R +S + TOP +

+getActivityBanner
+  type  +(ComponentName) in android.content.pm.PackageManager +
+  type  +(Intent) in android.content.pm.PackageManager +
+  type  +(ComponentName) in android.test.mock.MockPackageManager +
+  type  +(Intent) in android.test.mock.MockPackageManager +
+getApplicationBanner
+  type  +(String) in android.content.pm.PackageManager +
+  type  +(ApplicationInfo) in android.content.pm.PackageManager +
+  type  +(String) in android.test.mock.MockPackageManager +
+  type  +(ApplicationInfo) in android.test.mock.MockPackageManager +
+getBannerResource +()
+getExtras
+  type  +() in android.app.Notification.Action +
+  type  +() in android.app.Notification.Builder +
+getGlobalActionKeyTimeout +()
+getGroup +()
+getKey +()
+getRemoteInputs +()
+getSortKey +()
+getState +()
+getStringType +()
+getSurface +()
+ +
I  +A +C +D +E +F +G +K +L +O +R +S + TOP +

+isInteractive +()
+isScreenOn +()
+ +
K  +A +C +D +E +F +G +I +L +O +R +S + TOP +

+keys +()
+ +
L  +A +C +D +E +F +G +I +K +O +R +S + TOP +

+loadBanner +(PackageManager)
+ +
O  +A +C +D +E +F +G +I +K +L +R +S + TOP +

+onApplyWindowInsets +(WindowInsets)
+ +
R  +A +C +D +E +F +G +I +K +L +O +S + TOP +

+requestApplyInsets +()
+requestFitSystemWindows +()
+ +
S  +A +C +D +E +F +G +I +K +L +O +R + TOP +

+setGroup +(String)
+setGroupSummary +(boolean)
+setLocalOnly +(boolean)
+setOnApplyWindowInsetsListener +(OnApplyWindowInsetsListener)
+setSortKey +(String)
+setSurface +(Surface)
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/methods_index_changes.html b/docs/html/sdk/api_diff/20/changes/methods_index_changes.html new file mode 100644 index 000000000000..d3adb3c131f1 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/methods_index_changes.html @@ -0,0 +1,111 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
F  +G +I +K +R + TOP +

+fitSystemWindows +(Rect)
+ +
G  +F +I +K +R + TOP +

+getGlobalActionKeyTimeout +()
+ +
I  +F +G +K +R + TOP +

+isScreenOn +()
+ +
K  +F +G +I +R + TOP +

+keys +()
+ +
R  +F +G +I +K + TOP +

+requestFitSystemWindows +()
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/methods_index_removals.html b/docs/html/sdk/api_diff/20/changes/methods_index_removals.html new file mode 100644 index 000000000000..c31ca529a2a4 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/methods_index_removals.html @@ -0,0 +1,67 @@ + + + + + + + + + +Method Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  + TOP +

+complexToDimensionNoisy +(int, DisplayMetrics)
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/org.json.JSONObject.html b/docs/html/sdk/api_diff/20/changes/org.json.JSONObject.html new file mode 100644 index 000000000000..d2a12f6c11b4 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/org.json.JSONObject.html @@ -0,0 +1,125 @@ + + + + + + + + + +org.json.JSONObject + + + + + + + + + + +
+
+
+

+Class org.json.JSONObject +

+ + +

+ + + + + + + + + +
Changed Methods +
+ + Iterator<String> keys() + +Change in return type from Iterator to Iterator<String>.
+
 
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/packages_index_additions.html b/docs/html/sdk/api_diff/20/changes/packages_index_additions.html new file mode 100644 index 000000000000..1d53148d022f --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/packages_index_all.html b/docs/html/sdk/api_diff/20/changes/packages_index_all.html new file mode 100644 index 000000000000..66a64ef4b5ce --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/packages_index_all.html @@ -0,0 +1,78 @@ + + + + + + + + + +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.hardware
+android.hardware.display
+android.os
+android.renderscript
+android.service.notification
+android.test.mock
+android.util
+android.view
+ +org.json
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/packages_index_changes.html b/docs/html/sdk/api_diff/20/changes/packages_index_changes.html new file mode 100644 index 000000000000..195fb381244f --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/packages_index_changes.html @@ -0,0 +1,78 @@ + + + + + + + + + +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.hardware
+android.hardware.display
+android.os
+android.renderscript
+android.service.notification
+android.test.mock
+android.util
+android.view
+ +org.json
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/packages_index_removals.html b/docs/html/sdk/api_diff/20/changes/packages_index_removals.html new file mode 100644 index 000000000000..1fc14eaf525a --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/pkg_android.app.html b/docs/html/sdk/api_diff/20/changes/pkg_android.app.html new file mode 100644 index 000000000000..281b43013e10 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.app.html @@ -0,0 +1,190 @@ + + + + + + + + + +android.app + + + + + + + + + + +
+
+
+

+Package android.app +

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Classes and Interfaces +
+ + Notification.Action.Builder +  
+ + Notification.Action.Extender +  
+ + Notification.Action.WearableExtender +  
+ + Notification.Extender +  
+ + Notification.WearableExtender +  
+ + RemoteInput +  
+ + RemoteInput.Builder +  
+  +

+ + + + + + + + + + + + + + + + +
Changed Classes +
+ + Notification +  
+ + Notification.Action +  
+ + Notification.Builder +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.content.pm.html b/docs/html/sdk/api_diff/20/changes/pkg_android.content.pm.html new file mode 100644 index 000000000000..9dba1d819d12 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.content.pm.html @@ -0,0 +1,133 @@ + + + + + + + + + +android.content.pm + + + + + + + + + + +
+
+
+

+Package android.content.pm +

+

+ + + + + + + + + + + + + + + + +
Changed Classes +
+ + ComponentInfo +  
+ + PackageItemInfo +  
+ + PackageManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.content.res.html b/docs/html/sdk/api_diff/20/changes/pkg_android.content.res.html new file mode 100644 index 000000000000..f495f3e5c6cc --- /dev/null +++ b/docs/html/sdk/api_diff/20/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/20/changes/pkg_android.hardware.display.html b/docs/html/sdk/api_diff/20/changes/pkg_android.hardware.display.html new file mode 100644 index 000000000000..802e3dad7a03 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.hardware.display.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.hardware.display + + + + + + + + + + +
+
+
+

+Package android.hardware.display +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + DisplayManager +  
+ + VirtualDisplay +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.hardware.html b/docs/html/sdk/api_diff/20/changes/pkg_android.hardware.html new file mode 100644 index 000000000000..39548a19f1fe --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.hardware.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.hardware + + + + + + + + + + +
+
+
+

+Package android.hardware +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + Sensor +  
+ + SensorManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.html b/docs/html/sdk/api_diff/20/changes/pkg_android.html new file mode 100644 index 000000000000..3ee8c83962cf --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.html @@ -0,0 +1,126 @@ + + + + + + + + + +android + + + + + + + + + + +
+
+
+

+Package android +

+

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

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.os.html b/docs/html/sdk/api_diff/20/changes/pkg_android.os.html new file mode 100644 index 000000000000..077a8a0c7d16 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.os.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.os + + + + + + + + + + +
+
+
+

+Package android.os +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + Build.VERSION_CODES +  
+ + PowerManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.renderscript.html b/docs/html/sdk/api_diff/20/changes/pkg_android.renderscript.html new file mode 100644 index 000000000000..33a6ff9ae764 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.renderscript.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.renderscript + + + + + + + + + + +
+
+
+

+Package android.renderscript +

+

+ + + + + + + + +
Added Classes +
+ + ScriptIntrinsicResize +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.service.notification.html b/docs/html/sdk/api_diff/20/changes/pkg_android.service.notification.html new file mode 100644 index 000000000000..9145108c343c --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.service.notification.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.service.notification + + + + + + + + + + +
+
+
+

+Package android.service.notification +

+

+ + + + + + + + +
Changed Classes +
+ + StatusBarNotification +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.test.mock.html b/docs/html/sdk/api_diff/20/changes/pkg_android.test.mock.html new file mode 100644 index 000000000000..1e901b0bc907 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.test.mock.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.test.mock + + + + + + + + + + +
+
+
+

+Package android.test.mock +

+

+ + + + + + + + +
Changed Classes +
+ + MockPackageManager +  
+  +

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

+Package android.util +

+

+ + + + + + + + +
Changed Classes +
+ + TypedValue +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_android.view.html b/docs/html/sdk/api_diff/20/changes/pkg_android.view.html new file mode 100644 index 000000000000..9cd96bd4fc85 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_android.view.html @@ -0,0 +1,176 @@ + + + + + + + + + +android.view + + + + + + + + + + +
+
+
+

+Package android.view +

+

+ + + + + + + + + + + + +
Added Classes and Interfaces +
+ + View.OnApplyWindowInsetsListener +  
+ + WindowInsets +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes +
+ + Display +  
+ + KeyEvent +  
+ + View +  
+ + ViewConfiguration +  
+ + Window +  
+ + WindowManager.LayoutParams +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/changes/pkg_org.json.html b/docs/html/sdk/api_diff/20/changes/pkg_org.json.html new file mode 100644 index 000000000000..f7b5ee0dbb48 --- /dev/null +++ b/docs/html/sdk/api_diff/20/changes/pkg_org.json.html @@ -0,0 +1,119 @@ + + + + + + + + + +org.json + + + + + + + + + + +
+
+
+

+Package org.json +

+

+ + + + + + + + +
Changed Classes +
+ + JSONObject +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/20/missingSinces.txt b/docs/html/sdk/api_diff/20/missingSinces.txt new file mode 100644 index 000000000000..30e949b99c24 --- /dev/null +++ b/docs/html/sdk/api_diff/20/missingSinces.txt @@ -0,0 +1,87 @@ +NO DOC BLOCK: android.app.Notification.Action.Builder Class +NO DOC BLOCK: android.app.Notification.Action.Extender Interface +NO DOC BLOCK: android.app.Notification.Action.WearableExtender Class +NO DOC BLOCK: android.app.Notification.Extender Interface +NO DOC BLOCK: android.app.Notification.WearableExtender Class +NO DOC BLOCK: android.app.RemoteInput Class +NO DOC BLOCK: android.app.RemoteInput.Builder Class +NO DOC BLOCK: android.renderscript.ScriptIntrinsicResize Class +NO DOC BLOCK: android.view.View.OnApplyWindowInsetsListener Interface +NO DOC BLOCK: android.view.WindowInsets Class +NO DOC BLOCK: android.app.Notification.Builder Method addAction(android.app.Notification.Action) +NO DOC BLOCK: android.app.Notification.Builder Method addExtras(android.os.Bundle) +NO DOC BLOCK: android.view.View Method dispatchApplyWindowInsets(android.view.WindowInsets) +NO DOC BLOCK: android.app.Notification.Builder Method extend(android.app.Notification.Extender) +NO DOC BLOCK: android.content.pm.PackageManager Method getActivityBanner(android.content.ComponentName) +NO DOC BLOCK: android.content.pm.PackageManager Method getActivityBanner(android.content.Intent) +NO DOC BLOCK: android.test.mock.MockPackageManager Method getActivityBanner(android.content.ComponentName) +NO DOC BLOCK: android.test.mock.MockPackageManager Method getActivityBanner(android.content.Intent) +NO DOC BLOCK: android.content.pm.PackageManager Method getApplicationBanner(java.lang.String) +NO DOC BLOCK: android.content.pm.PackageManager Method getApplicationBanner(android.content.pm.ApplicationInfo) +NO DOC BLOCK: android.test.mock.MockPackageManager Method getApplicationBanner(java.lang.String) +NO DOC BLOCK: android.test.mock.MockPackageManager Method getApplicationBanner(android.content.pm.ApplicationInfo) +NO DOC BLOCK: android.content.pm.ComponentInfo Method getBannerResource() +NO DOC BLOCK: android.app.Notification.Action Method getExtras() +NO DOC BLOCK: android.app.Notification.Builder Method getExtras() +NO DOC BLOCK: android.app.Notification Method getGroup() +NO DOC BLOCK: android.service.notification.StatusBarNotification Method getKey() +NO DOC BLOCK: android.app.Notification.Action Method getRemoteInputs() +NO DOC BLOCK: android.app.Notification Method getSortKey() +NO DOC BLOCK: android.view.Display Method getState() +NO DOC BLOCK: android.hardware.Sensor Method getStringType() +NO DOC BLOCK: android.hardware.display.VirtualDisplay Method getSurface() +NO DOC BLOCK: android.os.PowerManager Method isInteractive() +NO DOC BLOCK: android.content.pm.PackageItemInfo Method loadBanner(android.content.pm.PackageManager) +NO DOC BLOCK: android.view.View Method onApplyWindowInsets(android.view.WindowInsets) +NO DOC BLOCK: android.view.View Method requestApplyInsets() +NO DOC BLOCK: android.app.Notification.Builder Method setGroup(java.lang.String) +NO DOC BLOCK: android.app.Notification.Builder Method setGroupSummary(boolean) +NO DOC BLOCK: android.app.Notification.Builder Method setLocalOnly(boolean) +NO DOC BLOCK: android.view.View Method setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener) +NO DOC BLOCK: android.app.Notification.Builder Method setSortKey(java.lang.String) +NO DOC BLOCK: android.hardware.display.VirtualDisplay Method setSurface(android.view.Surface) +NO DOC BLOCK: android.R.attr Field allowEmbedded +NO DOC BLOCK: android.content.pm.PackageItemInfo Field banner +NO DOC BLOCK: android.Manifest.permission Field BODY_SENSORS +NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_BACKUP +NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_CAMERA_EXTERNAL +NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_PRINTING +NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_SENSOR_HEART_RATE +NO DOC BLOCK: android.view.Window Field FEATURE_SWIPE_TO_DISMISS +NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_WATCH +NO DOC BLOCK: android.content.pm.PackageManager Field FEATURE_WEBVIEW +NO DOC BLOCK: android.app.Notification Field FLAG_GROUP_SUMMARY +NO DOC BLOCK: android.app.Notification Field FLAG_LOCAL_ONLY +NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_SLEEP +NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_WAKEUP +NO DOC BLOCK: android.os.Build.VERSION_CODES Field KITKAT_WATCH +NO DOC BLOCK: android.hardware.SensorManager Field SENSOR_STATUS_NO_CONTACT +NO DOC BLOCK: android.view.Display Field STATE_DOZING +NO DOC BLOCK: android.view.Display Field STATE_OFF +NO DOC BLOCK: android.view.Display Field STATE_ON +NO DOC BLOCK: android.view.Display Field STATE_UNKNOWN +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_ACCELEROMETER +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_AMBIENT_TEMPERATURE +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_GAME_ROTATION_VECTOR +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_GRAVITY +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_GYROSCOPE +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_GYROSCOPE_UNCALIBRATED +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_HEART_RATE +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_LIGHT +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_LINEAR_ACCELERATION +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_MAGNETIC_FIELD +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_ORIENTATION +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_PRESSURE +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_PROXIMITY +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_RELATIVE_HUMIDITY +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_ROTATION_VECTOR +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_SIGNIFICANT_MOTION +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_STEP_COUNTER +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_STEP_DETECTOR +NO DOC BLOCK: android.hardware.Sensor Field STRING_TYPE_TEMPERATURE +NO DOC BLOCK: android.hardware.Sensor Field TYPE_HEART_RATE +NO DOC BLOCK: android.content.res.Configuration Field UI_MODE_TYPE_WATCH +NO DOC BLOCK: android.hardware.display.DisplayManager Field VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY +NO DOC BLOCK: android.R.attr Field windowSwipeToDismiss diff --git a/docs/html/sdk/api_diff/20/stylesheet-jdiff.css b/docs/html/sdk/api_diff/20/stylesheet-jdiff.css new file mode 100644 index 000000000000..edafaa3da3e5 --- /dev/null +++ b/docs/html/sdk/api_diff/20/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;} diff --git a/docs/html/sdk/api_diff/20/user_comments_for_19_to_20.xml b/docs/html/sdk/api_diff/20/user_comments_for_19_to_20.xml new file mode 100644 index 000000000000..772df01c220e --- /dev/null +++ b/docs/html/sdk/api_diff/20/user_comments_for_19_to_20.xml @@ -0,0 +1,829 @@ + + + + + + + + + + + + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + + + InsertCommentsHere + + + + -- 2.11.0