summaryrefslogtreecommitdiffstats
path: root/api/current.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-01-24 14:53:00 -0600
committerJeff Hamilton <jham@android.com>2011-01-25 16:32:26 -0600
commitd88e9aa575eb3a9d20cdb0e8918d54993e1ce1e0 (patch)
treeb18543fc387045158b4ea3ea6b2ada7f12b0b092 /api/current.xml
parent5e81a6e21e9977acd9dfafaf030bf51c8572a98f (diff)
downloadframeworks_base-d88e9aa575eb3a9d20cdb0e8918d54993e1ce1e0.zip
frameworks_base-d88e9aa575eb3a9d20cdb0e8918d54993e1ce1e0.tar.gz
frameworks_base-d88e9aa575eb3a9d20cdb0e8918d54993e1ce1e0.tar.bz2
Use classnames instead of ints for NFC techs.
This makes the system more flexible and allows adding new technology types without having to update the API. Change-Id: Iaee6b633965e501a70e8afc3f1d54d9d94a4d05a
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml19
1 files changed, 5 insertions, 14 deletions
diff --git a/api/current.xml b/api/current.xml
index 66113d1..aaae1ad 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -100829,7 +100829,9 @@
</parameter>
<parameter name="intent" type="android.app.PendingIntent">
</parameter>
-<parameter name="filters" type="android.content.IntentFilter...">
+<parameter name="filters" type="android.content.IntentFilter[]">
+</parameter>
+<parameter name="techLists" type="java.lang.String...">
</parameter>
</method>
<method name="enableForegroundNdefPush"
@@ -101018,8 +101020,8 @@
visibility="public"
>
</method>
-<method name="getTechnologyList"
- return="int[]"
+<method name="getTechList"
+ return="java.lang.String[]"
abstract="false"
native="false"
synchronized="false"
@@ -101130,17 +101132,6 @@
visibility="public"
>
</method>
-<method name="getTechnologyId"
- return="int"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</method>
<method name="isConnected"
return="boolean"
abstract="false"