summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2012-10-18 23:59:36 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-18 23:59:37 -0700
commita1f739ea83b6d770b8469ae1c2c4161f6fe96334 (patch)
tree5e089247c00b1cd452eb5f2ce0fb0c53ad495f9e
parent1d2b445d7431420b7cfbd9ef3fe4e326e121eeae (diff)
parentc29f35b8f4610677d8fd9ae1816b39ef4b5f9983 (diff)
downloadframeworks_base-a1f739ea83b6d770b8469ae1c2c4161f6fe96334.zip
frameworks_base-a1f739ea83b6d770b8469ae1c2c4161f6fe96334.tar.gz
frameworks_base-a1f739ea83b6d770b8469ae1c2c4161f6fe96334.tar.bz2
Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-mr1-dev
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index aa67ec2..92aa06a 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2032,7 +2032,7 @@
<permission android:name="android.permission.SERIAL_PORT"
android:label="@string/permlab_serialPort"
android:description="@string/permdesc_serialPort"
- android:protectionLevel="normal" />
+ android:protectionLevel="signature|system" />
<!-- Allows the holder to access content providers from outside an ApplicationThread.
This permission is enforced by the ActivityManagerService on the corresponding APIs,