We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b94fc commit 7dcacd5Copy full SHA for 7dcacd5
core/res/AndroidManifest.xml
@@ -1625,7 +1625,7 @@
1625
<permission android:name="android.permission.SERIAL_PORT"
1626
android:label="@string/permlab_serialPort"
1627
android:description="@string/permdesc_serialPort"
1628
- android:protectionLevel="normal" />
+ android:protectionLevel="signature|system" />
1629
1630
<!-- Allows the holder to access content providers from outside an ApplicationThread.
1631
This permission is enforced by the ActivityManagerService on the corresponding APIs,
0 commit comments