diff options
author | Geremy Condra <gcondra@google.com> | 2012-10-17 14:06:31 -0700 |
---|---|---|
committer | Geremy Condra <gcondra@google.com> | 2012-10-17 14:06:31 -0700 |
commit | c29f35b8f4610677d8fd9ae1816b39ef4b5f9983 (patch) | |
tree | 0c636f8e2b356d6bdeea7aa921e3d3cf52c8068b /core/res | |
parent | 580ee8b0c6e1aea1e2e1d60499b603b9168b44f0 (diff) | |
download | frameworks_base-c29f35b8f4610677d8fd9ae1816b39ef4b5f9983.zip frameworks_base-c29f35b8f4610677d8fd9ae1816b39ef4b5f9983.tar.gz frameworks_base-c29f35b8f4610677d8fd9ae1816b39ef4b5f9983.tar.bz2 |
Change android.permission.SERIAL_PORT to signature|system.
Bug: 7367956
Change-Id: I0bc65936ba59c43c18d9a6ba52affff4c921f2fb
Diffstat (limited to 'core/res')
-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 a8bee4d..97be9ab 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2019,7 +2019,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, |