am 016f8847: am b9896794: am 96cf34d3: Merge "Make STOP_APP_SWITCHES signatureOrSystem." into gingerbread

* commit '016f8847471a9d4ffe6a03c29e0600529d51d929':
  Make STOP_APP_SWITCHES signatureOrSystem.
This commit is contained in:
Jeff Hamilton
2011-03-30 16:40:34 -07:00
committed by Android Git Automerger

View File

@@ -1031,7 +1031,7 @@
<permission android:name="android.permission.STOP_APP_SWITCHES"
android:label="@string/permlab_stopAppSwitches"
android:description="@string/permdesc_stopAppSwitches"
android:protectionLevel="signature" />
android:protectionLevel="signatureOrSystem" />
<!-- Allows an application to retrieve the current state of keys and
switches. This is only for use by the system.-->