diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 6059946..1b2080c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -25311,6 +25311,19 @@ visibility="public" > </method> +<method name="reset" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<exception name="RemoteException" type="android.os.RemoteException"> +</exception> +</method> </class> <class name="ActivityNotFoundException" extends="java.lang.RuntimeException" @@ -31226,6 +31239,19 @@ <exception name="RemoteException" type="android.os.RemoteException"> </exception> </method> +<method name="reset" + return="void" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<exception name="RemoteException" type="android.os.RemoteException"> +</exception> +</method> </interface> <class name="Intent" extends="java.lang.Object" |
