diff options
author | Geremy Condra <gcondra@google.com> | 2012-10-18 23:59:36 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-18 23:59:37 -0700 |
commit | a1f739ea83b6d770b8469ae1c2c4161f6fe96334 (patch) | |
tree | 5e089247c00b1cd452eb5f2ce0fb0c53ad495f9e | |
parent | 1d2b445d7431420b7cfbd9ef3fe4e326e121eeae (diff) | |
parent | c29f35b8f4610677d8fd9ae1816b39ef4b5f9983 (diff) | |
download | frameworks_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.xml | 2 |
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, |