From 4d5a0645535edd6c15e834df8ab9519652d71038 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 18 Dec 2009 22:52:59 -0800 Subject: doc change: add 7 diffs report. Bug: 2160782 Change-Id: Ic8444f43d21ffa0b6d7f679f80f86db88a95d189 --- .../7/changes/alldiffs_index_additions.html | 574 ++++++++++++++++ .../sdk/api_diff/7/changes/alldiffs_index_all.html | 762 +++++++++++++++++++++ .../api_diff/7/changes/alldiffs_index_changes.html | 378 ++++++++++ .../7/changes/alldiffs_index_removals.html | 61 ++ .../7/changes/android.Manifest.permission.html | 124 ++++ .../sdk/api_diff/7/changes/android.R.attr.html | 129 ++++ .../7/changes/android.app.WallpaperManager.html | 165 +++++ .../api_diff/7/changes/android.content.Intent.html | 175 +++++ .../changes/android.content.pm.PackageManager.html | 213 ++++++ .../api_diff/7/changes/android.graphics.Rect.html | 129 ++++ .../android.media.MediaRecorder.AudioSource.html | 129 ++++ .../7/changes/android.os.Build.VERSION_CODES.html | 122 ++++ .../7/changes/android.os.PowerManager.html | 122 ++++ .../android.telephony.NeighboringCellInfo.html | 122 ++++ .../android.telephony.PhoneStateListener.html | 161 +++++ .../sdk/api_diff/7/changes/android.view.View.html | 129 ++++ .../api_diff/7/changes/android.view.ViewGroup.html | 129 ++++ .../android.webkit.CacheManager.CacheResult.html | 129 ++++ .../android.webkit.GeolocationPermissions.html | 157 +++++ .../7/changes/android.webkit.WebChromeClient.html | 178 +++++ .../7/changes/android.webkit.WebSettings.html | 178 +++++ .../7/changes/android.webkit.WebStorage.html | 164 +++++ .../api_diff/7/changes/android.webkit.WebView.html | 122 ++++ .../7/changes/android.widget.RemoteViews.html | 129 ++++ .../7/changes/android.widget.ViewFlipper.html | 129 ++++ .../sdk/api_diff/7/changes/changes-summary.html | 220 ++++++ .../7/changes/classes_index_additions.html | 84 +++ .../sdk/api_diff/7/changes/classes_index_all.html | 241 +++++++ .../api_diff/7/changes/classes_index_changes.html | 212 ++++++ .../api_diff/7/changes/classes_index_removals.html | 61 ++ .../7/changes/constructors_index_additions.html | 67 ++ .../api_diff/7/changes/constructors_index_all.html | 67 ++ .../7/changes/constructors_index_changes.html | 61 ++ .../7/changes/constructors_index_removals.html | 61 ++ .../api_diff/7/changes/fields_index_additions.html | 159 +++++ .../sdk/api_diff/7/changes/fields_index_all.html | 181 +++++ .../api_diff/7/changes/fields_index_changes.html | 85 +++ .../api_diff/7/changes/fields_index_removals.html | 61 ++ docs/html/sdk/api_diff/7/changes/jdiff_help.html | 134 ++++ .../sdk/api_diff/7/changes/jdiff_statistics.html | 342 +++++++++ .../sdk/api_diff/7/changes/jdiff_topleftframe.html | 63 ++ .../7/changes/methods_index_additions.html | 301 ++++++++ .../sdk/api_diff/7/changes/methods_index_all.html | 305 +++++++++ .../api_diff/7/changes/methods_index_changes.html | 75 ++ .../api_diff/7/changes/methods_index_removals.html | 61 ++ .../7/changes/packages_index_additions.html | 65 ++ .../sdk/api_diff/7/changes/packages_index_all.html | 76 ++ .../api_diff/7/changes/packages_index_changes.html | 75 ++ .../7/changes/packages_index_removals.html | 63 ++ .../sdk/api_diff/7/changes/pkg_android.app.html | 134 ++++ .../api_diff/7/changes/pkg_android.content.html | 119 ++++ .../api_diff/7/changes/pkg_android.content.pm.html | 119 ++++ .../api_diff/7/changes/pkg_android.graphics.html | 119 ++++ docs/html/sdk/api_diff/7/changes/pkg_android.html | 126 ++++ .../sdk/api_diff/7/changes/pkg_android.media.html | 119 ++++ .../sdk/api_diff/7/changes/pkg_android.os.html | 126 ++++ .../api_diff/7/changes/pkg_android.telephony.html | 141 ++++ .../sdk/api_diff/7/changes/pkg_android.view.html | 126 ++++ .../sdk/api_diff/7/changes/pkg_android.webkit.html | 183 +++++ .../sdk/api_diff/7/changes/pkg_android.widget.html | 126 ++++ 60 files changed, 9368 insertions(+) create mode 100644 docs/html/sdk/api_diff/7/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/api_diff/7/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/api_diff/7/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/api_diff/7/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.Manifest.permission.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.R.attr.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.app.WallpaperManager.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.content.Intent.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.content.pm.PackageManager.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.graphics.Rect.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.media.MediaRecorder.AudioSource.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.os.Build.VERSION_CODES.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.os.PowerManager.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.telephony.NeighboringCellInfo.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.telephony.PhoneStateListener.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.view.View.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.view.ViewGroup.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.webkit.CacheManager.CacheResult.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.webkit.GeolocationPermissions.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.webkit.WebChromeClient.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.webkit.WebSettings.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.webkit.WebStorage.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.webkit.WebView.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.widget.RemoteViews.html create mode 100644 docs/html/sdk/api_diff/7/changes/android.widget.ViewFlipper.html create mode 100644 docs/html/sdk/api_diff/7/changes/changes-summary.html create mode 100644 docs/html/sdk/api_diff/7/changes/classes_index_additions.html create mode 100644 docs/html/sdk/api_diff/7/changes/classes_index_all.html create mode 100644 docs/html/sdk/api_diff/7/changes/classes_index_changes.html create mode 100644 docs/html/sdk/api_diff/7/changes/classes_index_removals.html create mode 100644 docs/html/sdk/api_diff/7/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/api_diff/7/changes/constructors_index_all.html create mode 100644 docs/html/sdk/api_diff/7/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/api_diff/7/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/api_diff/7/changes/fields_index_additions.html create mode 100644 docs/html/sdk/api_diff/7/changes/fields_index_all.html create mode 100644 docs/html/sdk/api_diff/7/changes/fields_index_changes.html create mode 100644 docs/html/sdk/api_diff/7/changes/fields_index_removals.html create mode 100644 docs/html/sdk/api_diff/7/changes/jdiff_help.html create mode 100644 docs/html/sdk/api_diff/7/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/api_diff/7/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/api_diff/7/changes/methods_index_additions.html create mode 100644 docs/html/sdk/api_diff/7/changes/methods_index_all.html create mode 100644 docs/html/sdk/api_diff/7/changes/methods_index_changes.html create mode 100644 docs/html/sdk/api_diff/7/changes/methods_index_removals.html create mode 100644 docs/html/sdk/api_diff/7/changes/packages_index_additions.html create mode 100644 docs/html/sdk/api_diff/7/changes/packages_index_all.html create mode 100644 docs/html/sdk/api_diff/7/changes/packages_index_changes.html create mode 100644 docs/html/sdk/api_diff/7/changes/packages_index_removals.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.app.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.content.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.content.pm.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.graphics.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.media.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.os.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.telephony.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.view.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.webkit.html create mode 100644 docs/html/sdk/api_diff/7/changes/pkg_android.widget.html (limited to 'docs/html/sdk/api_diff/7/changes') diff --git a/docs/html/sdk/api_diff/7/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/7/changes/alldiffs_index_additions.html new file mode 100644 index 000000000000..5f2347a42e5c --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/alldiffs_index_additions.html @@ -0,0 +1,574 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +C +D +E +F +G +I +L +N +O +R +S +U +V +W + TOP +

+ACTION_LIVE_WALLPAPER_CHOOSER +
+ +ACTION_LOCALE_CHANGED +
+ +addView +(int, RemoteViews)
+ +allow +(String)
+ +android.service.wallpaper
+ +author +
+ +autoStart +
+ + +
C  +A +D +E +F +G +I +L +N +O +R +S +U +V +W + TOP +

+CAMCORDER +
+ +clear +(String)
+ +clearAll +()
+ +COMMAND_DROP +
+ +COMMAND_TAP +
+ + +
D  +A +C +E +F +G +I +L +N +O +R +S +U +V +W + TOP +

+deleteAllData +()
+ +deleteOrigin +(String)
+ + +
E  +A +C +D +F +G +I +L +N +O +R +S +U +V +W + TOP +

+ECLAIR_MR1 +
+ +EXTRA_CHANGED_COMPONENT_NAME_LIST +
+ + +
F  +A +C +D +E +G +I +L +N +O +R +S +U +V +W + TOP +

+FEATURE_CAMERA +
+ +FEATURE_CAMERA_AUTOFOCUS +
+ +FEATURE_CAMERA_FLASH +
+ +FEATURE_LIVE_WALLPAPER +
+ +FEATURE_SENSOR_LIGHT +
+ +FEATURE_SENSOR_PROXIMITY +
+ +FEATURE_TELEPHONY +
+ +FEATURE_TELEPHONY_CDMA +
+ +FEATURE_TELEPHONY_GSM +
+ +FEATURE_TOUCHSCREEN_MULTITOUCH +
+ +FILL_IN_SOURCE_BOUNDS +
+ +flattenToString +()
+ +freeMemory +()
+ + +
G  +A +C +D +E +F +I +L +N +O +R +S +U +V +W + TOP +

+getAllowed +(String, ValueCallback<Boolean>)
+ +getContentDisposition +()
+ +getDefaultVideoPoster +()
+ +getDefaultZoom +()
+ +getDomStorageEnabled +()
+ +getExpiresString +()
+ +getInstance
+  type  +() in android.webkit.GeolocationPermissions +
+ +  type  +() in android.webkit.WebStorage +
+ +getLoadWithOverviewMode +()
+ +getOrigins
+  type  +(ValueCallback<Set<String>>) in android.webkit.GeolocationPermissions +
+ +  type  +(ValueCallback<Map>) in android.webkit.WebStorage +
+ +getQuotaForOrigin +(String, ValueCallback<Long>)
+ +getSourceBounds +()
+ +getUsageForOrigin +(String, ValueCallback<Long>)
+ +getVideoLoadingProgressView +()
+ +getVisitedHistory +(ValueCallback<String[]>)
+ +getWallpaperInfo +()
+ + +
I  +A +C +D +E +F +G +L +N +O +R +S +U +V +W + TOP +

+isAutoStart +()
+ +isChildrenDrawingOrderEnabled +()
+ +isOpaque +()
+ +isScreenOn +()
+ + +
L  +A +C +D +E +F +G +I +N +O +R +S +U +V +W + TOP +

+LISTEN_SIGNAL_STRENGTHS +
+ + +
N  +A +C +D +E +F +G +I +L +O +R +S +U +V +W + TOP +

+NeighboringCellInfo +(int, String, int) constructor
+ + +
O  +A +C +D +E +F +G +I +L +N +R +S +U +V +W + TOP +

+onConsoleMessage +(String, int, String)
+ +onDataConnectionStateChanged +(int, int)
+ +onDrawScrollBars +(Canvas)
+ +onHideCustomView +()
+ +onJsTimeout +()
+ +onReachedMaxAppCacheSize +(long, long, QuotaUpdater)
+ +onReceivedTouchIconUrl +(WebView, String, boolean)
+ +onShowCustomView +(View, CustomViewCallback)
+ +onSignalStrengthsChanged +(SignalStrength)
+ + +
R  +A +C +D +E +F +G +I +L +N +O +S +U +V +W + TOP +

+removeAllViews +(int)
+ + +
S  +A +C +D +E +F +G +I +L +N +O +R +U +V +W + TOP +

+sendWallpaperCommand +(IBinder, String, int, int, int, Bundle)
+ +setAppCacheEnabled +(boolean)
+ +setAppCacheMaxSize +(long)
+ +setAppCachePath +(String)
+ +setAutoStart +(boolean)
+ +setChildrenDrawingOrderEnabled +(boolean)
+ +setDefaultZoom +(ZoomDensity)
+ +setDomStorageEnabled +(boolean)
+ +setLoadWithOverviewMode +(boolean)
+ +setQuotaForOrigin +(String, long)
+ +setSourceBounds +(Rect)
+ +setWallpaperOffsetSteps +(float, float)
+ +SignalStrength
+ + +
U  +A +C +D +E +F +G +I +L +N +O +R +S +V +W + TOP +

+unflattenFromString +(String)
+ + +
V  +A +C +D +E +F +G +I +L +N +O +R +S +U +W + TOP +

+ValueCallback
+ +VOICE_RECOGNITION +
+ + +
W  +A +C +D +E +F +G +I +L +N +O +R +S +U +V + TOP +

+WallpaperInfo
+ +WebChromeClient.CustomViewCallback
+ +WebSettings.ZoomDensity
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/7/changes/alldiffs_index_all.html new file mode 100644 index 000000000000..f0df458aeff3 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/alldiffs_index_all.html @@ -0,0 +1,762 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +F +G +I +L +M +N +O +P +R +S +U +V +W + TOP +

+ACTION_LIVE_WALLPAPER_CHOOSER +
+ +ACTION_LOCALE_CHANGED +
+ +addPackageToPreferred +(String)
+ +addView +(int, RemoteViews)
+ +allow +(String)
+ +android
+ +android.app
+ +android.content
+ +android.content.pm
+ +android.graphics
+ +android.media
+ +android.os
+ +android.service.wallpaper
+ +android.telephony
+ +android.view
+ +android.webkit
+ +android.widget
+ +author +
+ +autoStart +
+ + +
B  +A +C +D +E +F +G +I +L +M +N +O +P +R +S +U +V +W + TOP +

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

+CacheManager.CacheResult
+ +CAMCORDER +
+ +clear +(String)
+ +clearAll +()
+ +COMMAND_DROP +
+ +COMMAND_TAP +
+ + +
D  +A +B +C +E +F +G +I +L +M +N +O +P +R +S +U +V +W + TOP +

+deleteAllData +()
+ +deleteOrigin +(String)
+ + +
E  +A +B +C +D +F +G +I +L +M +N +O +P +R +S +U +V +W + TOP +

+ECLAIR_MR1 +
+ +EXTRA_CHANGED_COMPONENT_NAME +
+ +EXTRA_CHANGED_COMPONENT_NAME_LIST +
+ + +
F  +A +B +C +D +E +G +I +L +M +N +O +P +R +S +U +V +W + TOP +

+FEATURE_CAMERA +
+ +FEATURE_CAMERA_AUTOFOCUS +
+ +FEATURE_CAMERA_FLASH +
+ +FEATURE_LIVE_WALLPAPER +
+ +FEATURE_SENSOR_LIGHT +
+ +FEATURE_SENSOR_PROXIMITY +
+ +FEATURE_TELEPHONY +
+ +FEATURE_TELEPHONY_CDMA +
+ +FEATURE_TELEPHONY_GSM +
+ +FEATURE_TOUCHSCREEN_MULTITOUCH +
+ +FILL_IN_SOURCE_BOUNDS +
+ +flattenToString +()
+ +freeMemory +()
+ + +
G  +A +B +C +D +E +F +I +L +M +N +O +P +R +S +U +V +W + TOP +

+GeolocationPermissions
+ +getAllowed +(String, ValueCallback<Boolean>)
+ +getContentDisposition +()
+ +getDefaultVideoPoster +()
+ +getDefaultZoom +()
+ +getDomStorageEnabled +()
+ +getExpiresString +()
+ +getInstance
+  type  +() in android.webkit.GeolocationPermissions +
+ +  type  +() in android.webkit.WebStorage +
+ +getLoadWithOverviewMode +()
+ +getOrigins
+  type  +(ValueCallback<Set<String>>) in android.webkit.GeolocationPermissions +
+ +  type  +(ValueCallback<Map>) in android.webkit.WebStorage +
+ +getQuotaForOrigin +(String, ValueCallback<Long>)
+ +getSourceBounds +()
+ +getUsageForOrigin +(String, ValueCallback<Long>)
+ +getVideoLoadingProgressView +()
+ +getVisitedHistory +(ValueCallback<String[]>)
+ +getWallpaperInfo +()
+ + +
I  +A +B +C +D +E +F +G +L +M +N +O +P +R +S +U +V +W + TOP +

+Intent
+ +isAutoStart +()
+ +isChildrenDrawingOrderEnabled +()
+ +isOpaque +()
+ +isScreenOn +()
+ + +
L  +A +B +C +D +E +F +G +I +M +N +O +P +R +S +U +V +W + TOP +

+LISTEN_SIGNAL_STRENGTH +
+ +LISTEN_SIGNAL_STRENGTHS +
+ + +
M  +A +B +C +D +E +F +G +I +L +N +O +P +R +S +U +V +W + TOP +

+Manifest.permission
+ +MediaRecorder.AudioSource
+ + +
N  +A +B +C +D +E +F +G +I +L +M +O +P +R +S +U +V +W + TOP +

+NeighboringCellInfo
+  android.telephony
+ +  NeighboringCellInfo +(int, String, int) constructor
+ + +
O  +A +B +C +D +E +F +G +I +L +M +N +P +R +S +U +V +W + TOP +

+onConsoleMessage +(String, int, String)
+ +onDataConnectionStateChanged +(int, int)
+ +onDrawScrollBars +(Canvas)
+ +onHideCustomView +()
+ +onJsTimeout +()
+ +onReachedMaxAppCacheSize +(long, long, QuotaUpdater)
+ +onReceivedTouchIconUrl +(WebView, String, boolean)
+ +onShowCustomView +(View, CustomViewCallback)
+ +onSignalStrengthsChanged +(SignalStrength)
+ + +
P  +A +B +C +D +E +F +G +I +L +M +N +O +R +S +U +V +W + TOP +

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

+R.attr
+ +Rect
+ +RemoteViews
+ +removeAllViews +(int)
+ +removePackageFromPreferred +(String)
+ + +
S  +A +B +C +D +E +F +G +I +L +M +N +O +P +R +U +V +W + TOP +

+sendWallpaperCommand +(IBinder, String, int, int, int, Bundle)
+ +SET_PREFERRED_APPLICATIONS +
+ +setAppCacheEnabled +(boolean)
+ +setAppCacheMaxSize +(long)
+ +setAppCachePath +(String)
+ +setAutoStart +(boolean)
+ +setChildrenDrawingOrderEnabled +(boolean)
+ +setDefaultZoom +(ZoomDensity)
+ +setDomStorageEnabled +(boolean)
+ +setLoadWithOverviewMode +(boolean)
+ +setQuotaForOrigin +(String, long)
+ +setSourceBounds +(Rect)
+ +setWallpaperOffsetSteps +(float, float)
+ +SignalStrength
+ + +
U  +A +B +C +D +E +F +G +I +L +M +N +O +P +R +S +V +W + TOP +

+unflattenFromString +(String)
+ + +
V  +A +B +C +D +E +F +G +I +L +M +N +O +P +R +S +U +W + TOP +

+ValueCallback
+ +View
+ +ViewFlipper
+ +ViewGroup
+ +VOICE_RECOGNITION +
+ + +
W  +A +B +C +D +E +F +G +I +L +M +N +O +P +R +S +U +V + TOP +

+WallpaperInfo
+ +WallpaperManager
+ +WebChromeClient
+ +WebChromeClient.CustomViewCallback
+ +WebSettings
+ +WebSettings.ZoomDensity
+ +WebStorage
+ +WebView
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/7/changes/alldiffs_index_changes.html new file mode 100644 index 000000000000..173d8e964b86 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/alldiffs_index_changes.html @@ -0,0 +1,378 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +E +G +I +L +M +N +P +R +S +V +W + TOP +

+addPackageToPreferred +(String)
+ +android
+ +android.app
+ +android.content
+ +android.content.pm
+ +android.graphics
+ +android.media
+ +android.os
+ +android.telephony
+ +android.view
+ +android.webkit
+ +android.widget
+ + +
B  +A +C +E +G +I +L +M +N +P +R +S +V +W + TOP +

+Build.VERSION_CODES
+ + +
C  +A +B +E +G +I +L +M +N +P +R +S +V +W + TOP +

+CacheManager.CacheResult
+ + +
E  +A +B +C +G +I +L +M +N +P +R +S +V +W + TOP +

+EXTRA_CHANGED_COMPONENT_NAME +
+ + +
G  +A +B +C +E +I +L +M +N +P +R +S +V +W + TOP +

+GeolocationPermissions
+ + +
I  +A +B +C +E +G +L +M +N +P +R +S +V +W + TOP +

+Intent
+ + +
L  +A +B +C +E +G +I +M +N +P +R +S +V +W + TOP +

+LISTEN_SIGNAL_STRENGTH +
+ + +
M  +A +B +C +E +G +I +L +N +P +R +S +V +W + TOP +

+Manifest.permission
+ +MediaRecorder.AudioSource
+ + +
N  +A +B +C +E +G +I +L +M +P +R +S +V +W + TOP +

+NeighboringCellInfo
+ + +
P  +A +B +C +E +G +I +L +M +N +R +S +V +W + TOP +

+PackageManager
+ +PhoneStateListener
+ +PowerManager
+ + +
R  +A +B +C +E +G +I +L +M +N +P +S +V +W + TOP +

+R.attr
+ +Rect
+ +RemoteViews
+ +removePackageFromPreferred +(String)
+ + +
S  +A +B +C +E +G +I +L +M +N +P +R +V +W + TOP +

+SET_PREFERRED_APPLICATIONS +
+ + +
V  +A +B +C +E +G +I +L +M +N +P +R +S +W + TOP +

+View
+ +ViewFlipper
+ +ViewGroup
+ + +
W  +A +B +C +E +G +I +L +M +N +P +R +S +V + TOP +

+WallpaperManager
+ +WebChromeClient
+ +WebSettings
+ +WebStorage
+ +WebView
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/7/changes/alldiffs_index_removals.html new file mode 100644 index 000000000000..68d2c20bf961 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/android.Manifest.permission.html b/docs/html/sdk/api_diff/7/changes/android.Manifest.permission.html new file mode 100644 index 000000000000..48b3bb00d5bc --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.Manifest.permission.html @@ -0,0 +1,124 @@ + + + + + + + + + +android.Manifest.permission + + + + + + + + + + +
+
+
+

+Class android.Manifest.permission +

+ + + +

+ + + + + + + + + +
Changed Fields +
+ + String SET_PREFERRED_APPLICATIONS +Now deprecated.
+
 
+  +

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

+Class android.R.attr +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int author +  
+ + int autoStart +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.app.WallpaperManager.html b/docs/html/sdk/api_diff/7/changes/android.app.WallpaperManager.html new file mode 100644 index 000000000000..45db50d065a0 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.app.WallpaperManager.html @@ -0,0 +1,165 @@ + + + + + + + + + +android.app.WallpaperManager + + + + + + + + + + +
+
+
+

+Class android.app.WallpaperManager +

+ + +

+ + + + + + + + + + + + + + + + +
Added Methods +
+ + WallpaperInfo getWallpaperInfo() +  
+ + void sendWallpaperCommand(IBinder, String, int, int, int, Bundle) +  
+ + void setWallpaperOffsetSteps(float, float) +  
+  + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + String ACTION_LIVE_WALLPAPER_CHOOSER +  
+ + String COMMAND_DROP +  
+ + String COMMAND_TAP +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.content.Intent.html b/docs/html/sdk/api_diff/7/changes/android.content.Intent.html new file mode 100644 index 000000000000..4eb60587b41e --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.content.Intent.html @@ -0,0 +1,175 @@ + + + + + + + + + +android.content.Intent + + + + + + + + + + +
+
+
+

+Class android.content.Intent +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + Rect getSourceBounds() +  
+ + void setSourceBounds(Rect) +  
+  + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + String ACTION_LOCALE_CHANGED +  
+ + String EXTRA_CHANGED_COMPONENT_NAME_LIST +  
+ + int FILL_IN_SOURCE_BOUNDS +  
+  +

+ + + + + + + + + +
Changed Fields +
+ + String EXTRA_CHANGED_COMPONENT_NAME +Now deprecated.
+
 
+  +

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

+Class android.content.pm.PackageManager +

+ + +

+ + + + + + + + + + + + + + +
Changed Methods +
+ + void addPackageToPreferred(String) + +Now deprecated.
+
 
+ + void removePackageFromPreferred(String) + +Now deprecated.
+
 
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Fields +
+ + String FEATURE_CAMERA +  
+ + String FEATURE_CAMERA_AUTOFOCUS +  
+ + String FEATURE_CAMERA_FLASH +  
+ + String FEATURE_LIVE_WALLPAPER +  
+ + String FEATURE_SENSOR_LIGHT +  
+ + String FEATURE_SENSOR_PROXIMITY +  
+ + String FEATURE_TELEPHONY +  
+ + String FEATURE_TELEPHONY_CDMA +  
+ + String FEATURE_TELEPHONY_GSM +  
+ + String FEATURE_TOUCHSCREEN_MULTITOUCH +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.graphics.Rect.html b/docs/html/sdk/api_diff/7/changes/android.graphics.Rect.html new file mode 100644 index 000000000000..dad11c712815 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.graphics.Rect.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.graphics.Rect + + + + + + + + + + +
+
+
+

+Class android.graphics.Rect +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + String flattenToString() +  
+ + Rect unflattenFromString(String) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.media.MediaRecorder.AudioSource.html b/docs/html/sdk/api_diff/7/changes/android.media.MediaRecorder.AudioSource.html new file mode 100644 index 000000000000..b08003c5c1ff --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.media.MediaRecorder.AudioSource.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.media.MediaRecorder.AudioSource + + + + + + + + + + +
+
+
+

+Class android.media.MediaRecorder.AudioSource +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int CAMCORDER +  
+ + int VOICE_RECOGNITION +  
+  +

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

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

+Class android.os.PowerManager +

+ + +

+ + + + + + + + +
Added Methods +
+ + boolean isScreenOn() +  
+  + +

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

+Class android.telephony.NeighboringCellInfo +

+ +

+ + + + + + + + +
Added Constructors +
+ + NeighboringCellInfo(int, String, int) +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.telephony.PhoneStateListener.html b/docs/html/sdk/api_diff/7/changes/android.telephony.PhoneStateListener.html new file mode 100644 index 000000000000..aa87eb829008 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.telephony.PhoneStateListener.html @@ -0,0 +1,161 @@ + + + + + + + + + +android.telephony.PhoneStateListener + + + + + + + + + + +
+
+
+

+Class android.telephony.PhoneStateListener +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + void onDataConnectionStateChanged(int, int) +  
+ + void onSignalStrengthsChanged(SignalStrength) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + int LISTEN_SIGNAL_STRENGTHS +  
+  +

+ + + + + + + + + +
Changed Fields +
+ + int LISTEN_SIGNAL_STRENGTH +Now deprecated.
+
 
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.view.View.html b/docs/html/sdk/api_diff/7/changes/android.view.View.html new file mode 100644 index 000000000000..1194d59f35a7 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.view.View.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.view.View + + + + + + + + + + +
+
+
+

+Class android.view.View +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + boolean isOpaque() +  
+ + void onDrawScrollBars(Canvas) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.view.ViewGroup.html b/docs/html/sdk/api_diff/7/changes/android.view.ViewGroup.html new file mode 100644 index 000000000000..d7c030c2a2a4 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.view.ViewGroup.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.view.ViewGroup + + + + + + + + + + +
+
+
+

+Class android.view.ViewGroup +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + boolean isChildrenDrawingOrderEnabled() +  
+ + void setChildrenDrawingOrderEnabled(boolean) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.webkit.CacheManager.CacheResult.html b/docs/html/sdk/api_diff/7/changes/android.webkit.CacheManager.CacheResult.html new file mode 100644 index 000000000000..869421e203ea --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.webkit.CacheManager.CacheResult.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.webkit.CacheManager.CacheResult + + + + + + + + + + +
+
+
+

+Class android.webkit.CacheManager.CacheResult +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + String getContentDisposition() +  
+ + String getExpiresString() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.webkit.GeolocationPermissions.html b/docs/html/sdk/api_diff/7/changes/android.webkit.GeolocationPermissions.html new file mode 100644 index 000000000000..2dacbba6f7b2 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.webkit.GeolocationPermissions.html @@ -0,0 +1,157 @@ + + + + + + + + + +android.webkit.GeolocationPermissions + + + + + + + + + + +
+
+
+

+Class android.webkit.GeolocationPermissions +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + void allow(String) +  
+ + void clear(String) +  
+ + void clearAll() +  
+ + void getAllowed(String, ValueCallback<Boolean>) +  
+ + GeolocationPermissions getInstance() +  
+ + void getOrigins(ValueCallback<Set<String>>) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.webkit.WebChromeClient.html b/docs/html/sdk/api_diff/7/changes/android.webkit.WebChromeClient.html new file mode 100644 index 000000000000..5bc64b341ab1 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.webkit.WebChromeClient.html @@ -0,0 +1,178 @@ + + + + + + + + + +android.webkit.WebChromeClient + + + + + + + + + + +
+
+
+

+Class android.webkit.WebChromeClient +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + Bitmap getDefaultVideoPoster() +  
+ + View getVideoLoadingProgressView() +  
+ + void getVisitedHistory(ValueCallback<String[]>) +  
+ + void onConsoleMessage(String, int, String) +  
+ + void onHideCustomView() +  
+ + boolean onJsTimeout() +  
+ + void onReachedMaxAppCacheSize(long, long, QuotaUpdater) +  
+ + void onReceivedTouchIconUrl(WebView, String, boolean) +  
+ + void onShowCustomView(View, CustomViewCallback) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.webkit.WebSettings.html b/docs/html/sdk/api_diff/7/changes/android.webkit.WebSettings.html new file mode 100644 index 000000000000..f763d8b8e26e --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.webkit.WebSettings.html @@ -0,0 +1,178 @@ + + + + + + + + + +android.webkit.WebSettings + + + + + + + + + + +
+
+
+

+Class android.webkit.WebSettings +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + ZoomDensity getDefaultZoom() +  
+ + boolean getDomStorageEnabled() +  
+ + boolean getLoadWithOverviewMode() +  
+ + void setAppCacheEnabled(boolean) +  
+ + void setAppCacheMaxSize(long) +  
+ + void setAppCachePath(String) +  
+ + void setDefaultZoom(ZoomDensity) +  
+ + void setDomStorageEnabled(boolean) +  
+ + void setLoadWithOverviewMode(boolean) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.webkit.WebStorage.html b/docs/html/sdk/api_diff/7/changes/android.webkit.WebStorage.html new file mode 100644 index 000000000000..0b20ec2b6a63 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.webkit.WebStorage.html @@ -0,0 +1,164 @@ + + + + + + + + + +android.webkit.WebStorage + + + + + + + + + + +
+
+
+

+Class android.webkit.WebStorage +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + void deleteAllData() +  
+ + void deleteOrigin(String) +  
+ + WebStorage getInstance() +  
+ + void getOrigins(ValueCallback<Map>) +  
+ + void getQuotaForOrigin(String, ValueCallback<Long>) +  
+ + void getUsageForOrigin(String, ValueCallback<Long>) +  
+ + void setQuotaForOrigin(String, long) +  
+  + +

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

+Class android.webkit.WebView +

+ + +

+ + + + + + + + +
Added Methods +
+ + void freeMemory() +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.widget.RemoteViews.html b/docs/html/sdk/api_diff/7/changes/android.widget.RemoteViews.html new file mode 100644 index 000000000000..2651c5ec0c92 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.widget.RemoteViews.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.widget.RemoteViews + + + + + + + + + + +
+
+
+

+Class android.widget.RemoteViews +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + void addView(int, RemoteViews) +  
+ + void removeAllViews(int) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/android.widget.ViewFlipper.html b/docs/html/sdk/api_diff/7/changes/android.widget.ViewFlipper.html new file mode 100644 index 000000000000..fe9277725cb2 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/android.widget.ViewFlipper.html @@ -0,0 +1,129 @@ + + + + + + + + + +android.widget.ViewFlipper + + + + + + + + + + +
+
+
+

+Class android.widget.ViewFlipper +

+ + +

+ + + + + + + + + + + + +
Added Methods +
+ + boolean isAutoStart() +  
+ + void setAutoStart(boolean) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/changes-summary.html b/docs/html/sdk/api_diff/7/changes/changes-summary.html new file mode 100644 index 000000000000..330f7270e788 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/changes-summary.html @@ -0,0 +1,220 @@ + + + + + + + + + +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.

+

+ + + + + + + + +
Added Packages +
+ + android.service.wallpaper +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Packages +
+ + android +  
+ + android.app +  
+ + android.content +  
+ + android.content.pm +  
+ + android.graphics +  
+ + android.media +  
+ + android.os +  
+ + android.telephony +  
+ + android.view +  
+ + android.webkit +  
+ + android.widget +  
+  + + +

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

+SignalStrength
+ +
V  +S +W + TOP +

+ValueCallback
+ +
W  +S +V + TOP +

+WallpaperInfo
+WebChromeClient.CustomViewCallback
+WebSettings.ZoomDensity
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/classes_index_all.html b/docs/html/sdk/api_diff/7/changes/classes_index_all.html new file mode 100644 index 000000000000..49b972841dc2 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/classes_index_all.html @@ -0,0 +1,241 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +G +I +M +N +P +R +S +V +W + TOP +

+Build.VERSION_CODES
+ +
C  +B +G +I +M +N +P +R +S +V +W + TOP +

+CacheManager.CacheResult
+ +
G  +B +C +I +M +N +P +R +S +V +W + TOP +

+GeolocationPermissions
+ +
I  +B +C +G +M +N +P +R +S +V +W + TOP +

+Intent
+ +
M  +B +C +G +I +N +P +R +S +V +W + TOP +

+Manifest.permission
+MediaRecorder.AudioSource
+ +
N  +B +C +G +I +M +P +R +S +V +W + TOP +

+NeighboringCellInfo
+ +
P  +B +C +G +I +M +N +R +S +V +W + TOP +

+PackageManager
+PhoneStateListener
+PowerManager
+ +
R  +B +C +G +I +M +N +P +S +V +W + TOP +

+R.attr
+Rect
+RemoteViews
+ +
S  +B +C +G +I +M +N +P +R +V +W + TOP +

+SignalStrength
+ +
V  +B +C +G +I +M +N +P +R +S +W + TOP +

+ValueCallback
+View
+ViewFlipper
+ViewGroup
+ +
W  +B +C +G +I +M +N +P +R +S +V + TOP +

+WallpaperInfo
+WallpaperManager
+WebChromeClient
+WebChromeClient.CustomViewCallback
+WebSettings
+WebSettings.ZoomDensity
+WebStorage
+WebView
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/classes_index_changes.html b/docs/html/sdk/api_diff/7/changes/classes_index_changes.html new file mode 100644 index 000000000000..f40db15252a9 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/classes_index_changes.html @@ -0,0 +1,212 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +G +I +M +N +P +R +V +W + TOP +

+Build.VERSION_CODES
+ +
C  +B +G +I +M +N +P +R +V +W + TOP +

+CacheManager.CacheResult
+ +
G  +B +C +I +M +N +P +R +V +W + TOP +

+GeolocationPermissions
+ +
I  +B +C +G +M +N +P +R +V +W + TOP +

+Intent
+ +
M  +B +C +G +I +N +P +R +V +W + TOP +

+Manifest.permission
+MediaRecorder.AudioSource
+ +
N  +B +C +G +I +M +P +R +V +W + TOP +

+NeighboringCellInfo
+ +
P  +B +C +G +I +M +N +R +V +W + TOP +

+PackageManager
+PhoneStateListener
+PowerManager
+ +
R  +B +C +G +I +M +N +P +V +W + TOP +

+R.attr
+Rect
+RemoteViews
+ +
V  +B +C +G +I +M +N +P +R +W + TOP +

+View
+ViewFlipper
+ViewGroup
+ +
W  +B +C +G +I +M +N +P +R +V + TOP +

+WallpaperManager
+WebChromeClient
+WebSettings
+WebStorage
+WebView
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/classes_index_removals.html b/docs/html/sdk/api_diff/7/changes/classes_index_removals.html new file mode 100644 index 000000000000..e6da73f487d3 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/7/changes/constructors_index_additions.html new file mode 100644 index 000000000000..1858441f6760 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/constructors_index_additions.html @@ -0,0 +1,67 @@ + + + + + + + + + +Constructor Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
N  + TOP +

+NeighboringCellInfo +(int, String, int) constructor
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/constructors_index_all.html b/docs/html/sdk/api_diff/7/changes/constructors_index_all.html new file mode 100644 index 000000000000..49759706a4cc --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/constructors_index_all.html @@ -0,0 +1,67 @@ + + + + + + + + + +Constructor Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Constructors +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
N  + TOP +

+NeighboringCellInfo +(int, String, int) constructor
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/7/changes/constructors_index_changes.html new file mode 100644 index 000000000000..a5ca2efd88f9 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/7/changes/constructors_index_removals.html new file mode 100644 index 000000000000..74a09badbd99 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/fields_index_additions.html b/docs/html/sdk/api_diff/7/changes/fields_index_additions.html new file mode 100644 index 000000000000..3148f4c4a604 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/fields_index_additions.html @@ -0,0 +1,159 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C +E +F +L +V + TOP +

+ACTION_LIVE_WALLPAPER_CHOOSER +
+ACTION_LOCALE_CHANGED +
+author +
+autoStart +
+ +
C  +A +E +F +L +V + TOP +

+CAMCORDER +
+COMMAND_DROP +
+COMMAND_TAP +
+ +
E  +A +C +F +L +V + TOP +

+ECLAIR_MR1 +
+EXTRA_CHANGED_COMPONENT_NAME_LIST +
+ +
F  +A +C +E +L +V + TOP +

+FEATURE_CAMERA +
+FEATURE_CAMERA_AUTOFOCUS +
+FEATURE_CAMERA_FLASH +
+FEATURE_LIVE_WALLPAPER +
+FEATURE_SENSOR_LIGHT +
+FEATURE_SENSOR_PROXIMITY +
+FEATURE_TELEPHONY +
+FEATURE_TELEPHONY_CDMA +
+FEATURE_TELEPHONY_GSM +
+FEATURE_TOUCHSCREEN_MULTITOUCH +
+FILL_IN_SOURCE_BOUNDS +
+ +
L  +A +C +E +F +V + TOP +

+LISTEN_SIGNAL_STRENGTHS +
+ +
V  +A +C +E +F +L + TOP +

+VOICE_RECOGNITION +
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/fields_index_all.html b/docs/html/sdk/api_diff/7/changes/fields_index_all.html new file mode 100644 index 000000000000..c782afcb8cb3 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/fields_index_all.html @@ -0,0 +1,181 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C +E +F +L +S +V + TOP +

+ACTION_LIVE_WALLPAPER_CHOOSER +
+ACTION_LOCALE_CHANGED +
+author +
+autoStart +
+ +
C  +A +E +F +L +S +V + TOP +

+CAMCORDER +
+COMMAND_DROP +
+COMMAND_TAP +
+ +
E  +A +C +F +L +S +V + TOP +

+ECLAIR_MR1 +
+EXTRA_CHANGED_COMPONENT_NAME +
+EXTRA_CHANGED_COMPONENT_NAME_LIST +
+ +
F  +A +C +E +L +S +V + TOP +

+FEATURE_CAMERA +
+FEATURE_CAMERA_AUTOFOCUS +
+FEATURE_CAMERA_FLASH +
+FEATURE_LIVE_WALLPAPER +
+FEATURE_SENSOR_LIGHT +
+FEATURE_SENSOR_PROXIMITY +
+FEATURE_TELEPHONY +
+FEATURE_TELEPHONY_CDMA +
+FEATURE_TELEPHONY_GSM +
+FEATURE_TOUCHSCREEN_MULTITOUCH +
+FILL_IN_SOURCE_BOUNDS +
+ +
L  +A +C +E +F +S +V + TOP +

+LISTEN_SIGNAL_STRENGTH +
+LISTEN_SIGNAL_STRENGTHS +
+ +
S  +A +C +E +F +L +V + TOP +

+SET_PREFERRED_APPLICATIONS +
+ +
V  +A +C +E +F +L +S + TOP +

+VOICE_RECOGNITION +
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/fields_index_changes.html b/docs/html/sdk/api_diff/7/changes/fields_index_changes.html new file mode 100644 index 000000000000..88f77dec388f --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/fields_index_changes.html @@ -0,0 +1,85 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
E  +L +S + TOP +

+EXTRA_CHANGED_COMPONENT_NAME +
+ +
L  +E +S + TOP +

+LISTEN_SIGNAL_STRENGTH +
+ +
S  +E +L + TOP +

+SET_PREFERRED_APPLICATIONS +
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/fields_index_removals.html b/docs/html/sdk/api_diff/7/changes/fields_index_removals.html new file mode 100644 index 000000000000..9f62d88abf0d --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/jdiff_help.html b/docs/html/sdk/api_diff/7/changes/jdiff_help.html new file mode 100644 index 000000000000..6cc80dc6fc5f --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/7/changes/jdiff_statistics.html new file mode 100644 index 000000000000..ba81aec84674 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/jdiff_statistics.html @@ -0,0 +1,342 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 6 and 7 is approximately 0.48%. +

+
+ +

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
Packages111012
Classes and Interfaces521026
Constructors1001
Methods522054
Fields223025
Total81370118
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
8android.webkit
5android.telephony
1android.app
<1android.media
<1android.content.pm
<1android.os
<1android.widget
<1android.graphics
<1android
<1android.content
<1android.view
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
77 +android.webkit.WebStorage
75 +android.webkit.GeolocationPermissions
24 +android.webkit.WebChromeClient
17 +android.app.WallpaperManager
16 +android.media.MediaRecorder.AudioSource
14 +android.widget.ViewFlipper
10 +android.telephony.PhoneStateListener
6 +android.webkit.CacheManager.CacheResult
6 +android.content.pm.PackageManager
5 +android.os.Build.VERSION_CODES
5 +android.webkit.WebSettings
5 +android.os.PowerManager
3 +android.telephony.NeighboringCellInfo
3 +android.widget.RemoteViews
2 +android.graphics.Rect
1 +android.content.Intent
1 +android.view.ViewGroup
<1 +android.webkit.WebView
<1 +android.Manifest.permission
<1 +android.view.View
<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/7/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/7/changes/jdiff_topleftframe.html new file mode 100644 index 000000000000..36f9836e4478 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/methods_index_additions.html b/docs/html/sdk/api_diff/7/changes/methods_index_additions.html new file mode 100644 index 000000000000..16233373cb66 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/methods_index_additions.html @@ -0,0 +1,301 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C +D +F +G +I +O +R +S +U + TOP +

+addView +(int, RemoteViews)
+allow +(String)
+ +
C  +A +D +F +G +I +O +R +S +U + TOP +

+clear +(String)
+clearAll +()
+ +
D  +A +C +F +G +I +O +R +S +U + TOP +

+deleteAllData +()
+deleteOrigin +(String)
+ +
F  +A +C +D +G +I +O +R +S +U + TOP +

+flattenToString +()
+freeMemory +()
+ +
G  +A +C +D +F +I +O +R +S +U + TOP +

+getAllowed +(String, ValueCallback<Boolean>)
+getContentDisposition +()
+getDefaultVideoPoster +()
+getDefaultZoom +()
+getDomStorageEnabled +()
+getExpiresString +()
+getInstance
+  type  +() in android.webkit.GeolocationPermissions +
+  type  +() in android.webkit.WebStorage +
+getLoadWithOverviewMode +()
+getOrigins
+  type  +(ValueCallback<Set<String>>) in android.webkit.GeolocationPermissions +
+  type  +(ValueCallback<Map>) in android.webkit.WebStorage +
+getQuotaForOrigin +(String, ValueCallback<Long>)
+getSourceBounds +()
+getUsageForOrigin +(String, ValueCallback<Long>)
+getVideoLoadingProgressView +()
+getVisitedHistory +(ValueCallback<String[]>)
+getWallpaperInfo +()
+ +
I  +A +C +D +F +G +O +R +S +U + TOP +

+isAutoStart +()
+isChildrenDrawingOrderEnabled +()
+isOpaque +()
+isScreenOn +()
+ +
O  +A +C +D +F +G +I +R +S +U + TOP +

+onConsoleMessage +(String, int, String)
+onDataConnectionStateChanged +(int, int)
+onDrawScrollBars +(Canvas)
+onHideCustomView +()
+onJsTimeout +()
+onReachedMaxAppCacheSize +(long, long, QuotaUpdater)
+onReceivedTouchIconUrl +(WebView, String, boolean)
+onShowCustomView +(View, CustomViewCallback)
+onSignalStrengthsChanged +(SignalStrength)
+ +
R  +A +C +D +F +G +I +O +S +U + TOP +

+removeAllViews +(int)
+ +
S  +A +C +D +F +G +I +O +R +U + TOP +

+sendWallpaperCommand +(IBinder, String, int, int, int, Bundle)
+setAppCacheEnabled +(boolean)
+setAppCacheMaxSize +(long)
+setAppCachePath +(String)
+setAutoStart +(boolean)
+setChildrenDrawingOrderEnabled +(boolean)
+setDefaultZoom +(ZoomDensity)
+setDomStorageEnabled +(boolean)
+setLoadWithOverviewMode +(boolean)
+setQuotaForOrigin +(String, long)
+setSourceBounds +(Rect)
+setWallpaperOffsetSteps +(float, float)
+ +
U  +A +C +D +F +G +I +O +R +S + TOP +

+unflattenFromString +(String)
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/methods_index_all.html b/docs/html/sdk/api_diff/7/changes/methods_index_all.html new file mode 100644 index 000000000000..7258ab159194 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/methods_index_all.html @@ -0,0 +1,305 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +C +D +F +G +I +O +R +S +U + TOP +

+addPackageToPreferred +(String)
+addView +(int, RemoteViews)
+allow +(String)
+ +
C  +A +D +F +G +I +O +R +S +U + TOP +

+clear +(String)
+clearAll +()
+ +
D  +A +C +F +G +I +O +R +S +U + TOP +

+deleteAllData +()
+deleteOrigin +(String)
+ +
F  +A +C +D +G +I +O +R +S +U + TOP +

+flattenToString +()
+freeMemory +()
+ +
G  +A +C +D +F +I +O +R +S +U + TOP +

+getAllowed +(String, ValueCallback<Boolean>)
+getContentDisposition +()
+getDefaultVideoPoster +()
+getDefaultZoom +()
+getDomStorageEnabled +()
+getExpiresString +()
+getInstance
+  type  +() in android.webkit.GeolocationPermissions +
+  type  +() in android.webkit.WebStorage +
+getLoadWithOverviewMode +()
+getOrigins
+  type  +(ValueCallback<Set<String>>) in android.webkit.GeolocationPermissions +
+  type  +(ValueCallback<Map>) in android.webkit.WebStorage +
+getQuotaForOrigin +(String, ValueCallback<Long>)
+getSourceBounds +()
+getUsageForOrigin +(String, ValueCallback<Long>)
+getVideoLoadingProgressView +()
+getVisitedHistory +(ValueCallback<String[]>)
+getWallpaperInfo +()
+ +
I  +A +C +D +F +G +O +R +S +U + TOP +

+isAutoStart +()
+isChildrenDrawingOrderEnabled +()
+isOpaque +()
+isScreenOn +()
+ +
O  +A +C +D +F +G +I +R +S +U + TOP +

+onConsoleMessage +(String, int, String)
+onDataConnectionStateChanged +(int, int)
+onDrawScrollBars +(Canvas)
+onHideCustomView +()
+onJsTimeout +()
+onReachedMaxAppCacheSize +(long, long, QuotaUpdater)
+onReceivedTouchIconUrl +(WebView, String, boolean)
+onShowCustomView +(View, CustomViewCallback)
+onSignalStrengthsChanged +(SignalStrength)
+ +
R  +A +C +D +F +G +I +O +S +U + TOP +

+removeAllViews +(int)
+removePackageFromPreferred +(String)
+ +
S  +A +C +D +F +G +I +O +R +U + TOP +

+sendWallpaperCommand +(IBinder, String, int, int, int, Bundle)
+setAppCacheEnabled +(boolean)
+setAppCacheMaxSize +(long)
+setAppCachePath +(String)
+setAutoStart +(boolean)
+setChildrenDrawingOrderEnabled +(boolean)
+setDefaultZoom +(ZoomDensity)
+setDomStorageEnabled +(boolean)
+setLoadWithOverviewMode +(boolean)
+setQuotaForOrigin +(String, long)
+setSourceBounds +(Rect)
+setWallpaperOffsetSteps +(float, float)
+ +
U  +A +C +D +F +G +I +O +R +S + TOP +

+unflattenFromString +(String)
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/methods_index_changes.html b/docs/html/sdk/api_diff/7/changes/methods_index_changes.html new file mode 100644 index 000000000000..35867b1d1381 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/methods_index_changes.html @@ -0,0 +1,75 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +R + TOP +

+addPackageToPreferred +(String)
+ +
R  +A + TOP +

+removePackageFromPreferred +(String)
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/methods_index_removals.html b/docs/html/sdk/api_diff/7/changes/methods_index_removals.html new file mode 100644 index 000000000000..b5aea4f9d673 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/packages_index_additions.html b/docs/html/sdk/api_diff/7/changes/packages_index_additions.html new file mode 100644 index 000000000000..d6ad06813d37 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/packages_index_additions.html @@ -0,0 +1,65 @@ + + + + + + + + + +Package Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.service.wallpaper
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/packages_index_all.html b/docs/html/sdk/api_diff/7/changes/packages_index_all.html new file mode 100644 index 000000000000..5ab8b4067837 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/packages_index_all.html @@ -0,0 +1,76 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android
+android.app
+android.content
+android.content.pm
+android.graphics
+android.media
+android.os
+android.service.wallpaper
+android.telephony
+android.view
+android.webkit
+android.widget
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/packages_index_changes.html b/docs/html/sdk/api_diff/7/changes/packages_index_changes.html new file mode 100644 index 000000000000..2331bb271e3a --- /dev/null +++ b/docs/html/sdk/api_diff/7/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
+android.content.pm
+android.graphics
+android.media
+android.os
+android.telephony
+android.view
+android.webkit
+android.widget
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/packages_index_removals.html b/docs/html/sdk/api_diff/7/changes/packages_index_removals.html new file mode 100644 index 000000000000..d0ffabcf3c5b --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/pkg_android.app.html b/docs/html/sdk/api_diff/7/changes/pkg_android.app.html new file mode 100644 index 000000000000..f05a62f60b8d --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/pkg_android.app.html @@ -0,0 +1,134 @@ + + + + + + + + + +android.app + + + + + + + + + + +
+
+
+

+Package android.app +

+

+ + + + + + + + +
Added Classes +
+ + WallpaperInfo +  
+  +

+ + + + + + + + +
Changed Classes +
+ + WallpaperManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/pkg_android.content.html b/docs/html/sdk/api_diff/7/changes/pkg_android.content.html new file mode 100644 index 000000000000..4920ce392a29 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/pkg_android.content.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.content + + + + + + + + + + +
+
+
+

+Package android.content +

+

+ + + + + + + + +
Changed Classes +
+ + Intent +  
+  +

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

+Package android.content.pm +

+

+ + + + + + + + +
Changed Classes +
+ + PackageManager +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/pkg_android.graphics.html b/docs/html/sdk/api_diff/7/changes/pkg_android.graphics.html new file mode 100644 index 000000000000..732481f5111c --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/pkg_android.graphics.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.graphics + + + + + + + + + + +
+
+
+

+Package android.graphics +

+

+ + + + + + + + +
Changed Classes +
+ + Rect +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/pkg_android.html b/docs/html/sdk/api_diff/7/changes/pkg_android.html new file mode 100644 index 000000000000..fa07ac1d0111 --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/pkg_android.media.html b/docs/html/sdk/api_diff/7/changes/pkg_android.media.html new file mode 100644 index 000000000000..d5cd6791e707 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/pkg_android.media.html @@ -0,0 +1,119 @@ + + + + + + + + + +android.media + + + + + + + + + + +
+
+
+

+Package android.media +

+

+ + + + + + + + +
Changed Classes +
+ + MediaRecorder.AudioSource +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/pkg_android.os.html b/docs/html/sdk/api_diff/7/changes/pkg_android.os.html new file mode 100644 index 000000000000..bfaa1ebd501e --- /dev/null +++ b/docs/html/sdk/api_diff/7/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/7/changes/pkg_android.telephony.html b/docs/html/sdk/api_diff/7/changes/pkg_android.telephony.html new file mode 100644 index 000000000000..adc1ceb9cac2 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/pkg_android.telephony.html @@ -0,0 +1,141 @@ + + + + + + + + + +android.telephony + + + + + + + + + + +
+
+
+

+Package android.telephony +

+

+ + + + + + + + +
Added Classes +
+ + SignalStrength +  
+  +

+ + + + + + + + + + + + +
Changed Classes +
+ + NeighboringCellInfo +  
+ + PhoneStateListener +  
+  +

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

+Package android.view +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + View +  
+ + ViewGroup +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/7/changes/pkg_android.webkit.html b/docs/html/sdk/api_diff/7/changes/pkg_android.webkit.html new file mode 100644 index 000000000000..8c37e6f18898 --- /dev/null +++ b/docs/html/sdk/api_diff/7/changes/pkg_android.webkit.html @@ -0,0 +1,183 @@ + + + + + + + + + +android.webkit + + + + + + + + + + +
+
+
+

+Package android.webkit +

+

+ + + + + + + + + + + + + + + + +
Added Classes and Interfaces +
+ + ValueCallback +  
+ + WebChromeClient.CustomViewCallback +  
+ + WebSettings.ZoomDensity +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Classes +
+ + CacheManager.CacheResult +  
+ + GeolocationPermissions +  
+ + WebChromeClient +  
+ + WebSettings +  
+ + WebStorage +  
+ + WebView +  
+  +

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

+Package android.widget +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + RemoteViews +  
+ + ViewFlipper +  
+  +

+ +
+
+ + + + -- cgit v1.2.3