Skip to content

Commit c29f35b

Browse files
committed
Change android.permission.SERIAL_PORT to signature|system.
Bug: 7367956 Change-Id: I0bc65936ba59c43c18d9a6ba52affff4c921f2fb
1 parent 580ee8b commit c29f35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@
20192019
<permission android:name="android.permission.SERIAL_PORT"
20202020
android:label="@string/permlab_serialPort"
20212021
android:description="@string/permdesc_serialPort"
2022-
android:protectionLevel="normal" />
2022+
android:protectionLevel="signature|system" />
20232023

20242024
<!-- Allows the holder to access content providers from outside an ApplicationThread.
20252025
This permission is enforced by the ActivityManagerService on the corresponding APIs,

0 commit comments

Comments
 (0)