diff options
| -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" |