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 580ee8b commit c29f35bCopy full SHA for c29f35b
core/res/AndroidManifest.xml
@@ -2019,7 +2019,7 @@
2019
<permission android:name="android.permission.SERIAL_PORT"
2020
android:label="@string/permlab_serialPort"
2021
android:description="@string/permdesc_serialPort"
2022
- android:protectionLevel="normal" />
+ android:protectionLevel="signature|system" />
2023
2024
<!-- Allows the holder to access content providers from outside an ApplicationThread.
2025
This permission is enforced by the ActivityManagerService on the corresponding APIs,
0 commit comments