We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138757d commit f5e4f20Copy full SHA for f5e4f20
core/res/AndroidManifest.xml
@@ -1077,7 +1077,7 @@
1077
<permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1078
android:label="@string/permlab_changeComponentState"
1079
android:description="@string/permdesc_changeComponentState"
1080
- android:protectionLevel="signature" />
+ android:protectionLevel="signatureOrSystem" />
1081
1082
<!-- Allows an application to use SurfaceFlinger's low level features -->
1083
<permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
0 commit comments