Skip to content

Commit 2660fd2

Browse files
gcondraAndroid Git Automerger
authored andcommitted
am 01e99ad: am a1f739e: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-mr1-dev
* commit '01e99adaed17445ef01627fe841fc37f1f474d7b': Change android.permission.SERIAL_PORT to signature|system.
2 parents d2b36bc + 01e99ad commit 2660fd2

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
@@ -2032,7 +2032,7 @@
20322032
<permission android:name="android.permission.SERIAL_PORT"
20332033
android:label="@string/permlab_serialPort"
20342034
android:description="@string/permdesc_serialPort"
2035-
android:protectionLevel="normal" />
2035+
android:protectionLevel="signature|system" />
20362036

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

0 commit comments

Comments
 (0)