diff options
author | Geremy Condra <gcondra@google.com> | 2012-11-02 14:19:45 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-02 14:19:46 -0700 |
commit | a295ba44793e5601c8574bdcb07313420aa6500c (patch) | |
tree | 8017763ac26041789037a0af0416cf461df43d24 | |
parent | 2cff3eeaeb419fcdfc7307c2c52a653483c76ddb (diff) | |
parent | 7dcacd559a85c2b567690fd5f3f1a8050ef6c35b (diff) | |
download | frameworks_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.xml | 2 |
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, |