Skip to content

Commit b14c990

Browse files
gcondraAndroid Git Automerger
authored andcommitted
am a295ba4: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev
* commit 'a295ba44793e5601c8574bdcb07313420aa6500c': Change android.permission.SERIAL_PORT to signature|system.
2 parents a47776c + a295ba4 commit b14c990

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
@@ -1625,7 +1625,7 @@
16251625
<permission android:name="android.permission.SERIAL_PORT"
16261626
android:label="@string/permlab_serialPort"
16271627
android:description="@string/permdesc_serialPort"
1628-
android:protectionLevel="normal" />
1628+
android:protectionLevel="signature|system" />
16291629

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

0 commit comments

Comments
 (0)