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.
2 parents a47776c + a295ba4 commit b14c990Copy full SHA for b14c990
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