diff options
Diffstat (limited to 'api/current.xml')
-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 a331c64..b430e2c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -41626,6 +41626,19 @@ <parameter name="appInfo" type="android.content.pm.ApplicationInfo"> </parameter> </method> +<method name="hasSystemFeature" + return="boolean" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="name" type="java.lang.String"> +</parameter> +</method> <method name="isSafeMode" return="boolean" abstract="true" @@ -131377,6 +131390,19 @@ <parameter name="appInfo" type="android.content.pm.ApplicationInfo"> </parameter> </method> +<method name="hasSystemFeature" + return="boolean" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="name" type="java.lang.String"> +</parameter> +</method> <method name="isSafeMode" return="boolean" abstract="false" |