diff options
author | Jeff Hamilton <jham@android.com> | 2010-10-21 22:39:30 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2010-10-21 23:43:22 -0500 |
commit | da83f513ca661cd2bb1e6f1c8b64b716205bae48 (patch) | |
tree | 362a40730be4d492165a6f7381b928eca0bbaaf1 /api/current.xml | |
parent | 389a440ad13f7b16e8f7c7f1670bdd55f1e2112a (diff) | |
download | frameworks_base-da83f513ca661cd2bb1e6f1c8b64b716205bae48.zip frameworks_base-da83f513ca661cd2bb1e6f1c8b64b716205bae48.tar.gz frameworks_base-da83f513ca661cd2bb1e6f1c8b64b716205bae48.tar.bz2 |
Unhide some NFC APIs that are required for the Tag app.
Change-Id: Ic64e00476132dbf4644de5c465e06fe11a264508
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 0df5d3f..11b5104 100644 --- a/api/current.xml +++ b/api/current.xml @@ -99804,6 +99804,18 @@ deprecated="not deprecated" visibility="public" > +<parameter name="data" type="byte[]"> +</parameter> +<exception name="FormatException" type="android.nfc.FormatException"> +</exception> +</constructor> +<constructor name="NdefMessage" + type="android.nfc.NdefMessage" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> <parameter name="records" type="android.nfc.NdefRecord[]"> </parameter> </constructor> @@ -99829,6 +99841,17 @@ visibility="public" > </method> +<method name="toByteArray" + return="byte[]" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="writeToParcel" return="void" abstract="false" @@ -99948,6 +99971,17 @@ visibility="public" > </method> +<method name="toByteArray" + return="byte[]" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="writeToParcel" return="void" abstract="false" |