summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-08-22 18:36:09 -0700
committerJeff Brown <jeffbrown@google.com>2013-08-22 19:31:21 -0700
commit7e458235ac2f2522bea07aa24423b39d1729d2e3 (patch)
tree66a51cb47fde8f0a0ab5529270f36e91730a4f31
parent0ccb7d117fa13933cb0d7820387e00f3d1aff18d (diff)
downloadframeworks_base-7e458235ac2f2522bea07aa24423b39d1729d2e3.zip
frameworks_base-7e458235ac2f2522bea07aa24423b39d1729d2e3.tar.gz
frameworks_base-7e458235ac2f2522bea07aa24423b39d1729d2e3.tar.bz2
Remove input flinger stubs. (DO NOT MERGE)
Bug: 10446930 Change-Id: I6c9fd490f2efd9c359c598eb2a18c4150b446564
-rw-r--r--api/current.txt1
-rw-r--r--core/res/AndroidManifest.xml7
-rw-r--r--core/res/res/values/strings.xml5
3 files changed, 0 insertions, 13 deletions
diff --git a/api/current.txt b/api/current.txt
index dc081ac..0bbcb37 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -9,7 +9,6 @@ package android {
field public static final java.lang.String ACCESS_CHECKIN_PROPERTIES = "android.permission.ACCESS_CHECKIN_PROPERTIES";
field public static final java.lang.String ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION";
field public static final java.lang.String ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION";
- field public static final java.lang.String ACCESS_INPUT_FLINGER = "android.permission.ACCESS_INPUT_FLINGER";
field public static final java.lang.String ACCESS_LOCATION_EXTRA_COMMANDS = "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS";
field public static final java.lang.String ACCESS_MOCK_LOCATION = "android.permission.ACCESS_MOCK_LOCATION";
field public static final java.lang.String ACCESS_NETWORK_STATE = "android.permission.ACCESS_NETWORK_STATE";
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 5eb90f1..0d1ace8 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2046,13 +2046,6 @@
android:description="@string/permdesc_readFrameBuffer"
android:protectionLevel="signature|system" />
- <!-- Allows an application to use InputFlinger's low level features.
- <p>Not for use by third-party applications. -->
- <permission android:name="android.permission.ACCESS_INPUT_FLINGER"
- android:label="@string/permlab_accessInputFlinger"
- android:description="@string/permdesc_accessInputFlinger"
- android:protectionLevel="signature" />
-
<!-- Allows an application to configure and connect to Wifi displays
@hide -->
<permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 5f5564c..ead46c2 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1389,11 +1389,6 @@
<string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permlab_accessInputFlinger">access InputFlinger</string>
- <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permdesc_accessInputFlinger">Allows the app to use InputFlinger low-level features.</string>
-
- <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_configureWifiDisplay">configure Wifi displays</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_configureWifiDisplay">Allows the app to configure and connect to Wifi displays.</string>