Merge "Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
1d07b5bc9b
@@ -1077,7 +1077,7 @@
|
||||
<permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
|
||||
android:label="@string/permlab_changeComponentState"
|
||||
android:description="@string/permdesc_changeComponentState"
|
||||
android:protectionLevel="signature" />
|
||||
android:protectionLevel="signatureOrSystem" />
|
||||
|
||||
<!-- Allows an application to use SurfaceFlinger's low level features -->
|
||||
<permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
|
||||
|
||||
Reference in New Issue
Block a user