summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-02-23 13:14:33 -0800
committerMike Lockwood <lockwood@android.com>2011-02-23 13:14:33 -0800
commit188d00b07ef0b8968868b3489e80dd9f53d3bafa (patch)
tree06f0784819432134832e7d20e5a61475e33c16db /api
parent16dc3073a2f06a77d9873e536f633a4adf575fce (diff)
downloadframeworks_base-188d00b07ef0b8968868b3489e80dd9f53d3bafa.zip
frameworks_base-188d00b07ef0b8968868b3489e80dd9f53d3bafa.tar.gz
frameworks_base-188d00b07ef0b8968868b3489e80dd9f53d3bafa.tar.bz2
UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts
These extras are also accessable via the UsbDevice and UsbAccessory classes, which are also included as extras. Since you can't filter Intents based on extras there is no point in duplicating this information as separate extras. Change-Id: I4c8d1e70d66023a1800b3f8f06118898da6b37af Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'api')
-rw-r--r--api/current.xml110
1 files changed, 0 insertions, 110 deletions
diff --git a/api/current.xml b/api/current.xml
index c4fc0e4..18b9f6e 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -95368,50 +95368,6 @@
visibility="public"
>
</field>
-<field name="EXTRA_ACCESSORY_MANUFACTURER"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;accessory-manufacturer&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_ACCESSORY_PRODUCT"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;accessory-product&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_ACCESSORY_TYPE"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;accessory-type&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_ACCESSORY_VERSION"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;accessory-version&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
<field name="EXTRA_DEVICE"
type="java.lang.String"
transient="false"
@@ -95423,72 +95379,6 @@
visibility="public"
>
</field>
-<field name="EXTRA_DEVICE_CLASS"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;device_class&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_DEVICE_NAME"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;device_name&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_DEVICE_PROTOCOL"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;device_protocol&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_DEVICE_SUBCLASS"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;device_subclass&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_PRODUCT_ID"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;product_id&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="EXTRA_VENDOR_ID"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value="&quot;vendor_id&quot;"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
<field name="USB_CONFIGURATION"
type="java.lang.String"
transient="false"