Skip to content

Commit f5e4f20

Browse files
author
Dianne Hackborn
committed
Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
Change-Id: I53a6671d5478e7dbca44b17d90f1edfa8e3420bc
1 parent 138757d commit f5e4f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@
10771077
<permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
10781078
android:label="@string/permlab_changeComponentState"
10791079
android:description="@string/permdesc_changeComponentState"
1080-
android:protectionLevel="signature" />
1080+
android:protectionLevel="signatureOrSystem" />
10811081

10821082
<!-- Allows an application to use SurfaceFlinger's low level features -->
10831083
<permission android:name="android.permission.ACCESS_SURFACE_FLINGER"

0 commit comments

Comments
 (0)