diff options
-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, |