summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2012-11-02 14:19:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-02 14:19:46 -0700
commita295ba44793e5601c8574bdcb07313420aa6500c (patch)
tree8017763ac26041789037a0af0416cf461df43d24
parent2cff3eeaeb419fcdfc7307c2c52a653483c76ddb (diff)
parent7dcacd559a85c2b567690fd5f3f1a8050ef6c35b (diff)
downloadframeworks_base-a295ba44793e5601c8574bdcb07313420aa6500c.zip
frameworks_base-a295ba44793e5601c8574bdcb07313420aa6500c.tar.gz
frameworks_base-a295ba44793e5601c8574bdcb07313420aa6500c.tar.bz2
Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-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 6546fed..9a6b006 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1625,7 +1625,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,