From 920cc81420a009c659403c8445a20716edb6135b Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 2 Feb 2011 17:32:00 -0800 Subject: Cherrypick from gb: Doc change: Add diff report for api 10. --- .../10/changes/alldiffs_index_additions.html | 315 +++++++++++++++++ .../api_diff/10/changes/alldiffs_index_all.html | 384 +++++++++++++++++++++ .../10/changes/alldiffs_index_changes.html | 128 +++++++ .../10/changes/alldiffs_index_removals.html | 77 +++++ .../android.bluetooth.BluetoothAdapter.html | 122 +++++++ .../changes/android.bluetooth.BluetoothDevice.html | 122 +++++++ .../10/changes/android.content.Context.html | 122 +++++++ .../android.graphics.BitmapFactory.Options.html | 122 +++++++ .../android.media.MediaRecorder.AudioEncoder.html | 129 +++++++ .../android.media.MediaRecorder.OutputFormat.html | 129 +++++++ .../10/changes/android.nfc.NfcAdapter.html | 201 +++++++++++ .../10/changes/android.os.Build.VERSION_CODES.html | 122 +++++++ .../android.test.mock.MockPackageManager.html | 122 +++++++ .../sdk/api_diff/10/changes/changes-summary.html | 199 +++++++++++ .../10/changes/classes_index_additions.html | 107 ++++++ .../sdk/api_diff/10/changes/classes_index_all.html | 130 +++++++ .../api_diff/10/changes/classes_index_changes.html | 98 ++++++ .../10/changes/classes_index_removals.html | 61 ++++ .../10/changes/constructors_index_additions.html | 61 ++++ .../10/changes/constructors_index_all.html | 61 ++++ .../10/changes/constructors_index_changes.html | 61 ++++ .../10/changes/constructors_index_removals.html | 61 ++++ .../10/changes/fields_index_additions.html | 124 +++++++ .../sdk/api_diff/10/changes/fields_index_all.html | 124 +++++++ .../api_diff/10/changes/fields_index_changes.html | 61 ++++ .../api_diff/10/changes/fields_index_removals.html | 61 ++++ docs/html/sdk/api_diff/10/changes/jdiff_help.html | 134 +++++++ .../sdk/api_diff/10/changes/jdiff_statistics.html | 270 +++++++++++++++ .../api_diff/10/changes/jdiff_topleftframe.html | 63 ++++ .../10/changes/methods_index_additions.html | 120 +++++++ .../sdk/api_diff/10/changes/methods_index_all.html | 139 ++++++++ .../api_diff/10/changes/methods_index_changes.html | 61 ++++ .../10/changes/methods_index_removals.html | 75 ++++ .../10/changes/packages_index_additions.html | 65 ++++ .../api_diff/10/changes/packages_index_all.html | 73 ++++ .../10/changes/packages_index_changes.html | 72 ++++ .../10/changes/packages_index_removals.html | 63 ++++ .../api_diff/10/changes/pkg_android.bluetooth.html | 126 +++++++ .../api_diff/10/changes/pkg_android.content.html | 119 +++++++ .../api_diff/10/changes/pkg_android.graphics.html | 134 +++++++ .../sdk/api_diff/10/changes/pkg_android.media.html | 141 ++++++++ .../sdk/api_diff/10/changes/pkg_android.nfc.html | 148 ++++++++ .../sdk/api_diff/10/changes/pkg_android.os.html | 119 +++++++ .../api_diff/10/changes/pkg_android.speech.html | 119 +++++++ .../api_diff/10/changes/pkg_android.test.mock.html | 119 +++++++ 45 files changed, 5464 insertions(+) create mode 100644 docs/html/sdk/api_diff/10/changes/alldiffs_index_additions.html create mode 100644 docs/html/sdk/api_diff/10/changes/alldiffs_index_all.html create mode 100644 docs/html/sdk/api_diff/10/changes/alldiffs_index_changes.html create mode 100644 docs/html/sdk/api_diff/10/changes/alldiffs_index_removals.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothAdapter.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothDevice.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.content.Context.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.graphics.BitmapFactory.Options.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.media.MediaRecorder.AudioEncoder.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.media.MediaRecorder.OutputFormat.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.nfc.NfcAdapter.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.os.Build.VERSION_CODES.html create mode 100644 docs/html/sdk/api_diff/10/changes/android.test.mock.MockPackageManager.html create mode 100644 docs/html/sdk/api_diff/10/changes/changes-summary.html create mode 100644 docs/html/sdk/api_diff/10/changes/classes_index_additions.html create mode 100644 docs/html/sdk/api_diff/10/changes/classes_index_all.html create mode 100644 docs/html/sdk/api_diff/10/changes/classes_index_changes.html create mode 100644 docs/html/sdk/api_diff/10/changes/classes_index_removals.html create mode 100644 docs/html/sdk/api_diff/10/changes/constructors_index_additions.html create mode 100644 docs/html/sdk/api_diff/10/changes/constructors_index_all.html create mode 100644 docs/html/sdk/api_diff/10/changes/constructors_index_changes.html create mode 100644 docs/html/sdk/api_diff/10/changes/constructors_index_removals.html create mode 100644 docs/html/sdk/api_diff/10/changes/fields_index_additions.html create mode 100644 docs/html/sdk/api_diff/10/changes/fields_index_all.html create mode 100644 docs/html/sdk/api_diff/10/changes/fields_index_changes.html create mode 100644 docs/html/sdk/api_diff/10/changes/fields_index_removals.html create mode 100644 docs/html/sdk/api_diff/10/changes/jdiff_help.html create mode 100644 docs/html/sdk/api_diff/10/changes/jdiff_statistics.html create mode 100644 docs/html/sdk/api_diff/10/changes/jdiff_topleftframe.html create mode 100644 docs/html/sdk/api_diff/10/changes/methods_index_additions.html create mode 100644 docs/html/sdk/api_diff/10/changes/methods_index_all.html create mode 100644 docs/html/sdk/api_diff/10/changes/methods_index_changes.html create mode 100644 docs/html/sdk/api_diff/10/changes/methods_index_removals.html create mode 100644 docs/html/sdk/api_diff/10/changes/packages_index_additions.html create mode 100644 docs/html/sdk/api_diff/10/changes/packages_index_all.html create mode 100644 docs/html/sdk/api_diff/10/changes/packages_index_changes.html create mode 100644 docs/html/sdk/api_diff/10/changes/packages_index_removals.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.bluetooth.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.content.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.graphics.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.media.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.nfc.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.os.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.speech.html create mode 100644 docs/html/sdk/api_diff/10/changes/pkg_android.test.mock.html (limited to 'docs/html/sdk/api_diff/10/changes') diff --git a/docs/html/sdk/api_diff/10/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/10/changes/alldiffs_index_additions.html new file mode 100644 index 000000000000..372109ada242 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/alldiffs_index_additions.html @@ -0,0 +1,315 @@ + + + + + + + + + +All Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +G +I +L +M +N +R +T + TOP +

+AAC +
+ +ACTION_NDEF_DISCOVERED +
+ +ACTION_TECH_DISCOVERED +
+ +AMR_NB +
+ +AMR_WB
+ in  +android.media.MediaRecorder.AudioEncoder +
+ + in  +android.media.MediaRecorder.OutputFormat +
+ +android.nfc.tech
+ + +
B  +A +C +D +E +G +I +L +M +N +R +T + TOP +

+BitmapRegionDecoder
+ + +
C  +A +B +D +E +G +I +L +M +N +R +T + TOP +

+createInsecureRfcommSocketToServiceRecord +(UUID)
+ + +
D  +A +B +C +E +G +I +L +M +N +R +T + TOP +

+disableForegroundDispatch +(Activity)
+ +disableForegroundNdefPush +(Activity)
+ + +
E  +A +B +C +D +G +I +L +M +N +R +T + TOP +

+enableForegroundDispatch +(Activity, PendingIntent, IntentFilter[], String[][])
+ +enableForegroundNdefPush +(Activity, NdefMessage)
+ +EXTRA_TAG +
+ + +
G  +A +B +C +D +E +I +L +M +N +R +T + TOP +

+getDefaultAdapter
+  type  +(Context) in android.nfc.NfcAdapter +
+ +  type  +() in android.nfc.NfcAdapter +
+ +GINGERBREAD_MR1 +
+ + +
I  +A +B +C +D +E +G +L +M +N +R +T + TOP +

+inPreferQualityOverSpeed +
+ + +
L  +A +B +C +D +E +G +I +M +N +R +T + TOP +

+listenUsingInsecureRfcommWithServiceRecord +(String, UUID)
+ + +
M  +A +B +C +D +E +G +I +L +N +R +T + TOP +

+MediaMetadataRetriever
+ + +
N  +A +B +C +D +E +G +I +L +M +R +T + TOP +

+NFC_SERVICE +
+ +NfcManager
+ + +
R  +A +B +C +D +E +G +I +L +M +N +T + TOP +

+RecognizerResultsIntent
+ + +
T  +A +B +C +D +E +G +I +L +M +N +R + TOP +

+Tag
+ +TagLostException
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/10/changes/alldiffs_index_all.html new file mode 100644 index 000000000000..8b4644e6f424 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/alldiffs_index_all.html @@ -0,0 +1,384 @@ + + + + + + + + + +All Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
A  +B +C +D +E +G +I +L +M +N +R +S +T + TOP +

+AAC +
+ +ACTION_NDEF_DISCOVERED +
+ +ACTION_TECH_DISCOVERED +
+ +AMR_NB +
+ +AMR_WB
+ in  +android.media.MediaRecorder.AudioEncoder +
+ + in  +android.media.MediaRecorder.OutputFormat +
+ +android.bluetooth
+ +android.content
+ +android.graphics
+ +android.media
+ +android.nfc
+ +android.nfc.tech
+ +android.os
+ +android.speech
+ +android.test.mock
+ + +
B  +A +C +D +E +G +I +L +M +N +R +S +T + TOP +

+BitmapFactory.Options
+ +BitmapRegionDecoder
+ +BluetoothAdapter
+ +BluetoothDevice
+ +Build.VERSION_CODES
+ + +
C  +A +B +D +E +G +I +L +M +N +R +S +T + TOP +

+Context
+ +createInsecureRfcommSocketToServiceRecord +(UUID)
+ + +
D  +A +B +C +E +G +I +L +M +N +R +S +T + TOP +

+disableForegroundDispatch +(Activity)
+ +disableForegroundNdefPush +(Activity)
+ + +
E  +A +B +C +D +G +I +L +M +N +R +S +T + TOP +

+enableForegroundDispatch +(Activity, PendingIntent, IntentFilter[], String[][])
+ +enableForegroundNdefPush +(Activity, NdefMessage)
+ +EXTRA_TAG +
+ + +
G  +A +B +C +D +E +I +L +M +N +R +S +T + TOP +

+getDefaultAdapter
+  type  +() in android.nfc.NfcAdapter +
+ +  type  +(Context) in android.nfc.NfcAdapter +
+ +  type  +() in android.nfc.NfcAdapter +
+ +GINGERBREAD_MR1 +
+ + +
I  +A +B +C +D +E +G +L +M +N +R +S +T + TOP +

+inPreferQualityOverSpeed +
+ + +
L  +A +B +C +D +E +G +I +M +N +R +S +T + TOP +

+listenUsingInsecureRfcommWithServiceRecord +(String, UUID)
+ + +
M  +A +B +C +D +E +G +I +L +N +R +S +T + TOP +

+MediaMetadataRetriever
+ +MediaRecorder.AudioEncoder
+ +MediaRecorder.OutputFormat
+ +MockPackageManager
+ + +
N  +A +B +C +D +E +G +I +L +M +R +S +T + TOP +

+NFC_SERVICE +
+ +NfcAdapter
+ +NfcManager
+ + +
R  +A +B +C +D +E +G +I +L +M +N +S +T + TOP +

+RecognizerResultsIntent
+ + +
S  +A +B +C +D +E +G +I +L +M +N +R +T + TOP +

+setPackageObbPath +(String, String)
+ + +
T  +A +B +C +D +E +G +I +L +M +N +R +S + TOP +

+Tag
+ +TagLostException
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/10/changes/alldiffs_index_changes.html new file mode 100644 index 000000000000..950b66d7d683 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/alldiffs_index_changes.html @@ -0,0 +1,128 @@ + + + + + + + + + +All Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +android.bluetooth
+ +android.content
+ +android.graphics
+ +android.media
+ +android.nfc
+ +android.os
+ +android.speech
+ +android.test.mock
+ + +
B  +A +C +M +N + TOP +

+BitmapFactory.Options
+ +BluetoothAdapter
+ +BluetoothDevice
+ +Build.VERSION_CODES
+ + +
C  +A +B +M +N + TOP +

+Context
+ + +
M  +A +B +C +N + TOP +

+MediaRecorder.AudioEncoder
+ +MediaRecorder.OutputFormat
+ +MockPackageManager
+ + +
N  +A +B +C +M + TOP +

+NfcAdapter
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/10/changes/alldiffs_index_removals.html new file mode 100644 index 000000000000..3b366176ec72 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/alldiffs_index_removals.html @@ -0,0 +1,77 @@ + + + + + + + + + +All Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Differences +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + +
G  +S + TOP +

+getDefaultAdapter +()
+ + +
S  +G + TOP +

+setPackageObbPath +(String, String)
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothAdapter.html b/docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothAdapter.html new file mode 100644 index 000000000000..a57461f78118 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothAdapter.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.bluetooth.BluetoothAdapter + + + + + + + + + + +
+
+
+

+Class android.bluetooth.BluetoothAdapter +

+ + +

+ + + + + + + + +
Added Methods +
+ + BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String, UUID) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothDevice.html b/docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothDevice.html new file mode 100644 index 000000000000..bc226a0ffd8b --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/android.bluetooth.BluetoothDevice.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.bluetooth.BluetoothDevice + + + + + + + + + + +
+
+
+

+Class android.bluetooth.BluetoothDevice +

+ + +

+ + + + + + + + +
Added Methods +
+ + BluetoothSocket createInsecureRfcommSocketToServiceRecord(UUID) +  
+  + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/android.content.Context.html b/docs/html/sdk/api_diff/10/changes/android.content.Context.html new file mode 100644 index 000000000000..21e13dc71014 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/android.content.Context.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.content.Context + + + + + + + + + + +
+
+
+

+Class android.content.Context +

+ + + +

+ + + + + + + + +
Added Fields +
+ + String NFC_SERVICE +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/android.graphics.BitmapFactory.Options.html b/docs/html/sdk/api_diff/10/changes/android.graphics.BitmapFactory.Options.html new file mode 100644 index 000000000000..71e087decca6 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/android.graphics.BitmapFactory.Options.html @@ -0,0 +1,122 @@ + + + + + + + + + +android.graphics.BitmapFactory.Options + + + + + + + + + + +
+
+
+

+Class android.graphics.BitmapFactory.Options +

+ + + +

+ + + + + + + + +
Added Fields +
+ + boolean inPreferQualityOverSpeed +  
+  +

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

+Class android.media.MediaRecorder.AudioEncoder +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int AAC +  
+ + int AMR_WB +  
+  +

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

+Class android.media.MediaRecorder.OutputFormat +

+ + + +

+ + + + + + + + + + + + +
Added Fields +
+ + int AMR_NB +  
+ + int AMR_WB +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/android.nfc.NfcAdapter.html b/docs/html/sdk/api_diff/10/changes/android.nfc.NfcAdapter.html new file mode 100644 index 000000000000..518877ae6844 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/android.nfc.NfcAdapter.html @@ -0,0 +1,201 @@ + + + + + + + + + +android.nfc.NfcAdapter + + + + + + + + + + +
+
+
+

+Class android.nfc.NfcAdapter +

+ + +

+ + + + + + + + +
Removed Methods +
+ + NfcAdapter getDefaultAdapter() +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + void disableForegroundDispatch(Activity) +  
+ + void disableForegroundNdefPush(Activity) +  
+ + void enableForegroundDispatch(Activity, PendingIntent, IntentFilter[], String[][]) +  
+ + void enableForegroundNdefPush(Activity, NdefMessage) +  
+ + NfcAdapter getDefaultAdapter(Context) +  
+ + NfcAdapter getDefaultAdapter() +  
+  + +

+ + + + + + + + + + + + + + + + +
Added Fields +
+ + String ACTION_NDEF_DISCOVERED +  
+ + String ACTION_TECH_DISCOVERED +  
+ + String EXTRA_TAG +  
+  +

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

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

+Class android.test.mock.MockPackageManager +

+ + +

+ + + + + + + + +
Removed Methods +
+ + void setPackageObbPath(String, String) +  
+  + +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Changed Packages +
+ + android.bluetooth +  
+ + android.content +  
+ + android.graphics +  
+ + android.media +  
+ + android.nfc +  
+ + android.os +  
+ + android.speech +  
+ + android.test.mock +  
+  + + +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/classes_index_additions.html b/docs/html/sdk/api_diff/10/changes/classes_index_additions.html new file mode 100644 index 000000000000..04254837fe16 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/classes_index_additions.html @@ -0,0 +1,107 @@ + + + + + + + + + +Class Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +M +N +R +T + TOP +

+BitmapRegionDecoder
+ +
M  +B +N +R +T + TOP +

+MediaMetadataRetriever
+ +
N  +B +M +R +T + TOP +

+NfcManager
+ +
R  +B +M +N +T + TOP +

+RecognizerResultsIntent
+ +
T  +B +M +N +R + TOP +

+Tag
+TagLostException
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/classes_index_all.html b/docs/html/sdk/api_diff/10/changes/classes_index_all.html new file mode 100644 index 000000000000..0aa1a08120bb --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/classes_index_all.html @@ -0,0 +1,130 @@ + + + + + + + + + +Class Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +M +N +R +T + TOP +

+BitmapFactory.Options
+BitmapRegionDecoder
+BluetoothAdapter
+BluetoothDevice
+Build.VERSION_CODES
+ +
C  +B +M +N +R +T + TOP +

+Context
+ +
M  +B +C +N +R +T + TOP +

+MediaMetadataRetriever
+MediaRecorder.AudioEncoder
+MediaRecorder.OutputFormat
+MockPackageManager
+ +
N  +B +C +M +R +T + TOP +

+NfcAdapter
+NfcManager
+ +
R  +B +C +M +N +T + TOP +

+RecognizerResultsIntent
+ +
T  +B +C +M +N +R + TOP +

+Tag
+TagLostException
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/classes_index_changes.html b/docs/html/sdk/api_diff/10/changes/classes_index_changes.html new file mode 100644 index 000000000000..58a502502899 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/classes_index_changes.html @@ -0,0 +1,98 @@ + + + + + + + + + +Class Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Classes +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
B  +C +M +N + TOP +

+BitmapFactory.Options
+BluetoothAdapter
+BluetoothDevice
+Build.VERSION_CODES
+ +
C  +B +M +N + TOP +

+Context
+ +
M  +B +C +N + TOP +

+MediaRecorder.AudioEncoder
+MediaRecorder.OutputFormat
+MockPackageManager
+ +
N  +B +C +M + TOP +

+NfcAdapter
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/classes_index_removals.html b/docs/html/sdk/api_diff/10/changes/classes_index_removals.html new file mode 100644 index 000000000000..e6da73f487d3 --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/10/changes/constructors_index_additions.html new file mode 100644 index 000000000000..3237ba33faee --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/constructors_index_all.html b/docs/html/sdk/api_diff/10/changes/constructors_index_all.html new file mode 100644 index 000000000000..637582e518a9 --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/10/changes/constructors_index_changes.html new file mode 100644 index 000000000000..728fa2d6b45e --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/10/changes/constructors_index_removals.html new file mode 100644 index 000000000000..1b95544e7f51 --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/fields_index_additions.html b/docs/html/sdk/api_diff/10/changes/fields_index_additions.html new file mode 100644 index 000000000000..9b2ce1eb8979 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/fields_index_additions.html @@ -0,0 +1,124 @@ + + + + + + + + + +Field Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +E +G +I +N + TOP +

+AAC +
+ACTION_NDEF_DISCOVERED +
+ACTION_TECH_DISCOVERED +
+AMR_NB +
+AMR_WB
+ in  +android.media.MediaRecorder.AudioEncoder +
+ in  +android.media.MediaRecorder.OutputFormat +
+ +
E  +A +G +I +N + TOP +

+EXTRA_TAG +
+ +
G  +A +E +I +N + TOP +

+GINGERBREAD_MR1 +
+ +
I  +A +E +G +N + TOP +

+inPreferQualityOverSpeed +
+ +
N  +A +E +G +I + TOP +

+NFC_SERVICE +
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/fields_index_all.html b/docs/html/sdk/api_diff/10/changes/fields_index_all.html new file mode 100644 index 000000000000..699188cbaf2e --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/fields_index_all.html @@ -0,0 +1,124 @@ + + + + + + + + + +Field Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
A  +E +G +I +N + TOP +

+AAC +
+ACTION_NDEF_DISCOVERED +
+ACTION_TECH_DISCOVERED +
+AMR_NB +
+AMR_WB
+ in  +android.media.MediaRecorder.AudioEncoder +
+ in  +android.media.MediaRecorder.OutputFormat +
+ +
E  +A +G +I +N + TOP +

+EXTRA_TAG +
+ +
G  +A +E +I +N + TOP +

+GINGERBREAD_MR1 +
+ +
I  +A +E +G +N + TOP +

+inPreferQualityOverSpeed +
+ +
N  +A +E +G +I + TOP +

+NFC_SERVICE +
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/fields_index_changes.html b/docs/html/sdk/api_diff/10/changes/fields_index_changes.html new file mode 100644 index 000000000000..4ebfa31c2de0 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/fields_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Field Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Fields +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/fields_index_removals.html b/docs/html/sdk/api_diff/10/changes/fields_index_removals.html new file mode 100644 index 000000000000..09b07264a18f --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/jdiff_help.html b/docs/html/sdk/api_diff/10/changes/jdiff_help.html new file mode 100644 index 000000000000..ed5b90cefff2 --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/10/changes/jdiff_statistics.html new file mode 100644 index 000000000000..dad958eb9e76 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/jdiff_statistics.html @@ -0,0 +1,270 @@ + + + + + + + + + +API Change Statistics + + + + + + + + + + +
+
+
+

API Change Statistics

+

The overall difference between API Levels 9 and 10 is approximately 0.65%. +

+
+ +

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
Packages1809
Classes and Interfaces69015
Constructors0000
Methods80210
Fields100010
Total2517244
+
+ +

Changed Packages, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage Difference*Package
37android.nfc
9android.speech
2android.media
<1android.graphics
<1android.bluetooth
<1android.test.mock
<1android.os
<1android.content
+

* See Calculation of Change Percentages, below.

+
+ +

Changed Classes and Interfaces, Sorted by Percentage Difference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Percentage
Difference*
Class or Interface
55 +android.nfc.NfcAdapter
33 +android.media.MediaRecorder.AudioEncoder
20 +android.media.MediaRecorder.OutputFormat
4 +android.os.Build.VERSION_CODES
2 +android.graphics.BitmapFactory.Options
1 +android.bluetooth.BluetoothDevice
1 +android.bluetooth.BluetoothAdapter
<1 +android.test.mock.MockPackageManager
<1 +android.content.Context
+

* 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/10/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/10/changes/jdiff_topleftframe.html new file mode 100644 index 000000000000..36f9836e4478 --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/methods_index_additions.html b/docs/html/sdk/api_diff/10/changes/methods_index_additions.html new file mode 100644 index 000000000000..4d188bdc440b --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/methods_index_additions.html @@ -0,0 +1,120 @@ + + + + + + + + + +Method Additions Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +D +E +G +L + TOP +

+createInsecureRfcommSocketToServiceRecord +(UUID)
+ +
D  +C +E +G +L + TOP +

+disableForegroundDispatch +(Activity)
+disableForegroundNdefPush +(Activity)
+ +
E  +C +D +G +L + TOP +

+enableForegroundDispatch +(Activity, PendingIntent, IntentFilter[], String[][])
+enableForegroundNdefPush +(Activity, NdefMessage)
+ +
G  +C +D +E +L + TOP +

+getDefaultAdapter
+  type  +(Context) in android.nfc.NfcAdapter +
+  type  +() in android.nfc.NfcAdapter +
+ +
L  +C +D +E +G + TOP +

+listenUsingInsecureRfcommWithServiceRecord +(String, UUID)
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/methods_index_all.html b/docs/html/sdk/api_diff/10/changes/methods_index_all.html new file mode 100644 index 000000000000..430198b39802 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/methods_index_all.html @@ -0,0 +1,139 @@ + + + + + + + + + +Method Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
C  +D +E +G +L +S + TOP +

+createInsecureRfcommSocketToServiceRecord +(UUID)
+ +
D  +C +E +G +L +S + TOP +

+disableForegroundDispatch +(Activity)
+disableForegroundNdefPush +(Activity)
+ +
E  +C +D +G +L +S + TOP +

+enableForegroundDispatch +(Activity, PendingIntent, IntentFilter[], String[][])
+enableForegroundNdefPush +(Activity, NdefMessage)
+ +
G  +C +D +E +L +S + TOP +

+getDefaultAdapter
+  type  +() in android.nfc.NfcAdapter +
+  type  +(Context) in android.nfc.NfcAdapter +
+  type  +() in android.nfc.NfcAdapter +
+ +
L  +C +D +E +G +S + TOP +

+listenUsingInsecureRfcommWithServiceRecord +(String, UUID)
+ +
S  +C +D +E +G +L + TOP +

+setPackageObbPath +(String, String)
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/methods_index_changes.html b/docs/html/sdk/api_diff/10/changes/methods_index_changes.html new file mode 100644 index 000000000000..9a040bc123f6 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/methods_index_changes.html @@ -0,0 +1,61 @@ + + + + + + + + + +Method Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/methods_index_removals.html b/docs/html/sdk/api_diff/10/changes/methods_index_removals.html new file mode 100644 index 000000000000..34afdb9789e9 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/methods_index_removals.html @@ -0,0 +1,75 @@ + + + + + + + + + +Method Removals Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Methods +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+ +
G  +S + TOP +

+getDefaultAdapter +()
+ +
S  +G + TOP +

+setPackageObbPath +(String, String)
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/packages_index_additions.html b/docs/html/sdk/api_diff/10/changes/packages_index_additions.html new file mode 100644 index 000000000000..903b6745e2d8 --- /dev/null +++ b/docs/html/sdk/api_diff/10/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.nfc.tech
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/packages_index_all.html b/docs/html/sdk/api_diff/10/changes/packages_index_all.html new file mode 100644 index 000000000000..a66de720f6f8 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/packages_index_all.html @@ -0,0 +1,73 @@ + + + + + + + + + +Package Differences Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.bluetooth
+android.content
+android.graphics
+android.media
+android.nfc
+android.nfc.tech
+android.os
+android.speech
+android.test.mock
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/packages_index_changes.html b/docs/html/sdk/api_diff/10/changes/packages_index_changes.html new file mode 100644 index 000000000000..4ff0c752fd67 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/packages_index_changes.html @@ -0,0 +1,72 @@ + + + + + + + + + +Package Changes Index + + + + + + + + + + + + + + + +
+ Filter the Index: +
+All Packages +
+Removals +
+Additions +
+Changes +
+
+Listed as: Added, Removed, Changed +
+
+
+ +android.bluetooth
+android.content
+android.graphics
+android.media
+android.nfc
+android.os
+android.speech
+android.test.mock
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/packages_index_removals.html b/docs/html/sdk/api_diff/10/changes/packages_index_removals.html new file mode 100644 index 000000000000..d0ffabcf3c5b --- /dev/null +++ b/docs/html/sdk/api_diff/10/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/10/changes/pkg_android.bluetooth.html b/docs/html/sdk/api_diff/10/changes/pkg_android.bluetooth.html new file mode 100644 index 000000000000..d1792cb076c4 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/pkg_android.bluetooth.html @@ -0,0 +1,126 @@ + + + + + + + + + +android.bluetooth + + + + + + + + + + +
+
+
+

+Package android.bluetooth +

+

+ + + + + + + + + + + + +
Changed Classes +
+ + BluetoothAdapter +  
+ + BluetoothDevice +  
+  +

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

+Package android.content +

+

+ + + + + + + + +
Changed Classes +
+ + Context +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/pkg_android.graphics.html b/docs/html/sdk/api_diff/10/changes/pkg_android.graphics.html new file mode 100644 index 000000000000..859bca554fa3 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/pkg_android.graphics.html @@ -0,0 +1,134 @@ + + + + + + + + + +android.graphics + + + + + + + + + + +
+
+
+

+Package android.graphics +

+

+ + + + + + + + +
Added Classes +
+ + BitmapRegionDecoder +  
+  +

+ + + + + + + + +
Changed Classes +
+ + BitmapFactory.Options +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/pkg_android.media.html b/docs/html/sdk/api_diff/10/changes/pkg_android.media.html new file mode 100644 index 000000000000..537d8e469e62 --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/pkg_android.media.html @@ -0,0 +1,141 @@ + + + + + + + + + +android.media + + + + + + + + + + +
+
+
+

+Package android.media +

+

+ + + + + + + + +
Added Classes +
+ + MediaMetadataRetriever +  
+  +

+ + + + + + + + + + + + +
Changed Classes +
+ + MediaRecorder.AudioEncoder +  
+ + MediaRecorder.OutputFormat +  
+  +

+ +
+
+ + + + diff --git a/docs/html/sdk/api_diff/10/changes/pkg_android.nfc.html b/docs/html/sdk/api_diff/10/changes/pkg_android.nfc.html new file mode 100644 index 000000000000..2f618eab18ce --- /dev/null +++ b/docs/html/sdk/api_diff/10/changes/pkg_android.nfc.html @@ -0,0 +1,148 @@ + + + + + + + + + +android.nfc + + + + + + + + + + +
+
+
+

+Package android.nfc +

+

+ + + + + + + + + + + + + + + + +
Added Classes +
+ + NfcManager +  
+ + Tag +  
+ + TagLostException +  
+  +

+ + + + + + + + +
Changed Classes +
+ + NfcAdapter +  
+  +

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

+Package android.os +

+

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

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

+Package android.speech +

+

+ + + + + + + + +
Added Classes +
+ + RecognizerResultsIntent +  
+  +

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

+Package android.test.mock +

+

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

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