Merge "Make STOP_APP_SWITCHES signatureOrSystem." into gingerbread

This commit is contained in:
Jeff Hamilton
2011-03-25 14:53:14 -07:00
committed by Android (Google) Code Review

View File

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