am cbd156c1: Merge "Update READ&WRITE_DREAM_STATE to signature|system." into klp-modular-dev

* commit 'cbd156c1d574dfe5eced42ec640989ab7de7d5e7':
  Update READ&WRITE_DREAM_STATE to signature|system.
This commit is contained in:
John Spurlock
2014-01-31 20:19:41 +00:00
committed by Android Git Automerger

View File

@@ -2356,13 +2356,13 @@
@hide --> @hide -->
<permission android:name="android.permission.READ_DREAM_STATE" <permission android:name="android.permission.READ_DREAM_STATE"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signature" /> android:protectionLevel="signature|system" />
<!-- Allows applications to write dream settings, and start or stop dreaming. <!-- Allows applications to write dream settings, and start or stop dreaming.
@hide --> @hide -->
<permission android:name="android.permission.WRITE_DREAM_STATE" <permission android:name="android.permission.WRITE_DREAM_STATE"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signature" /> android:protectionLevel="signature|system" />
<!-- Allow an application to read and write the cache partition. <!-- Allow an application to read and write the cache partition.
@hide --> @hide -->