diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 30 |
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> |