diff options
author | 2011-01-10 14:16:16 -0800 | |
---|---|---|
committer | 2011-01-10 14:16:16 -0800 | |
commit | ca36d863cc1684807e93f442c5ace89f08b9b5f5 (patch) | |
tree | 606cb5526800e23baa12b19abaafd2aa3756f6c2 | |
parent | 25be53652167300183282d170a00a6df576523f5 (diff) |
Update API current.xml to unbreak build.
Change-Id: I151ee987fdae73fdf8f339dbb64f8fd27a0436b6
-rw-r--r-- | api/current.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/api/current.xml b/api/current.xml index 34d0ee5ac028..05658e79bd1b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -101169,6 +101169,17 @@ deprecated="not deprecated" visibility="public" > +<method name="canMakeReadonly" + return="boolean" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getCachedNdefMessage" return="android.nfc.NdefMessage" abstract="false" @@ -101243,17 +101254,6 @@ visibility="public" > </method> -<method name="makeLowLevelReadonly" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="makeReadonly" return="boolean" abstract="false" |