diff options
author | Nick Pelly <npelly@google.com> | 2011-01-10 17:26:59 +1100 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-01-10 17:28:03 +1100 |
commit | b4003bf73e8150fa775506ae508cc55011442308 (patch) | |
tree | fd165ed8567211bd94f591976e8160d51e0f9ca9 /api/current.xml | |
parent | f54ad8daf6f9dc2b9670ab1abbbfa4308b40bc6a (diff) | |
download | frameworks_base-b4003bf73e8150fa775506ae508cc55011442308.zip frameworks_base-b4003bf73e8150fa775506ae508cc55011442308.tar.gz frameworks_base-b4003bf73e8150fa775506ae508cc55011442308.tar.bz2 |
Change Tag.getTechnology(NfcAdapter, int) to NfcAdapter.getTechnology(Tag, int)
The later feels less clumsy.
Change-Id: I50f29aef23d2993dcfd25f4c4f2cb0d77bdc0610
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/api/current.xml b/api/current.xml index 85b367d..34d0ee5 100644 --- a/api/current.xml +++ b/api/current.xml @@ -100252,6 +100252,21 @@ visibility="public" > </method> +<method name="getTechnology" + return="android.nfc.technology.TagTechnology" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="tag" type="android.nfc.Tag"> +</parameter> +<parameter name="tech" type="int"> +</parameter> +</method> <method name="isEnabled" return="boolean" abstract="false" @@ -100399,21 +100414,6 @@ visibility="public" > </method> -<method name="getTechnology" - return="android.nfc.technology.TagTechnology" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="adapter" type="android.nfc.NfcAdapter"> -</parameter> -<parameter name="tech" type="int"> -</parameter> -</method> <method name="getTechnologyList" return="int[]" abstract="false" |