Skip to content

Commit 1d07b5b

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm." into gingerbread
2 parents 2ba92c7 + f5e4f20 commit 1d07b5b

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)