summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-01-17 07:59:03 -0800
committerJeff Hamilton <jham@android.com>2011-01-17 08:07:24 -0800
commit33ff2405581271adf14ed4e45597a3b0b80a46ab (patch)
tree63a72bace2fa58f341fc66c4a224d69f61fbdb0d /api
parentb73203ab7e308b747819de2b2400afe971ef3bff (diff)
downloadframeworks_base-33ff2405581271adf14ed4e45597a3b0b80a46ab.zip
frameworks_base-33ff2405581271adf14ed4e45597a3b0b80a46ab.tar.gz
frameworks_base-33ff2405581271adf14ed4e45597a3b0b80a46ab.tar.bz2
New APIs for NDEF Push Protocol.
The NPP is only usable by the foregorund activity to prevent dispatching confusion on the far end. Change-Id: I08475a52083fd7f81b79b7fe2faf4e126121a809
Diffstat (limited to 'api')
-rw-r--r--api/current.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index 4006e67..aefa932 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -100830,6 +100830,19 @@
<parameter name="activity" type="android.app.Activity">
</parameter>
</method>
+<method name="disableNdefPushDispatch"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="activity" type="android.app.Activity">
+</parameter>
+</method>
<method name="enableForegroundDispatch"
return="void"
abstract="false"
@@ -100847,6 +100860,21 @@
<parameter name="filters" type="android.content.IntentFilter...">
</parameter>
</method>
+<method name="enableForegroundNdefPush"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="activity" type="android.app.Activity">
+</parameter>
+<parameter name="msg" type="android.nfc.NdefMessage">
+</parameter>
+</method>
<method name="getDefaultAdapter"
return="android.nfc.NfcAdapter"
abstract="false"
@@ -226827,7 +226855,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="t" type="T">
+<parameter name="arg0" type="T">
</parameter>
</method>
</interface>