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 fee1a21 + a1f739e commit 01e99adCopy full SHA for 01e99ad
core/res/AndroidManifest.xml
@@ -2032,7 +2032,7 @@
2032
<permission android:name="android.permission.SERIAL_PORT"
2033
android:label="@string/permlab_serialPort"
2034
android:description="@string/permdesc_serialPort"
2035
- android:protectionLevel="normal" />
+ android:protectionLevel="signature|system" />
2036
2037
<!-- Allows the holder to access content providers from outside an ApplicationThread.
2038
This permission is enforced by the ActivityManagerService on the corresponding APIs,
0 commit comments