summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-26 16:39:23 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-26 16:39:23 -0700
commit039c68e75606e837cf021815a0210836724574ad (patch)
treec65d4f12f6401a113421e3d6b59601da3d7ea97d /api
parent075a18d607c3aa8386b4d06aea22f4bfacbe447b (diff)
downloadframeworks_base-039c68e75606e837cf021815a0210836724574ad.zip
frameworks_base-039c68e75606e837cf021815a0210836724574ad.tar.gz
frameworks_base-039c68e75606e837cf021815a0210836724574ad.tar.bz2
The touch screen is probably a feature.
Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
Diffstat (limited to 'api')
-rw-r--r--api/current.xml26
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"