OSDN Git Service

Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
authorDianne Hackborn <hackbod@google.com>
Wed, 26 Jan 2011 20:40:18 +0000 (12:40 -0800)
committerDianne Hackborn <hackbod@google.com>
Wed, 26 Jan 2011 20:40:18 +0000 (12:40 -0800)
Change-Id: I53a6671d5478e7dbca44b17d90f1edfa8e3420bc

core/res/AndroidManifest.xml

index b83aea8..a130bf5 100644 (file)
     <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"