am ccd79399: am 1d07b5bc: Merge "Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm." into gingerbread

* commit 'ccd79399cc2a28d79287fd1558c5f5a530356003':
  Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
This commit is contained in:
Dianne Hackborn
2011-01-26 14:15:08 -08:00
committed by Android Git Automerger

View File

@@ -1095,7 +1095,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"