Update READ&WRITE_DREAM_STATE to signature|system.

Change-Id: Ic3c4c5445384712571e7a1188ed9e2ab6ceb4bde
This commit is contained in:
John Spurlock
2014-01-31 14:14:19 -05:00
parent 53959634b3
commit 4fda2d5ab7

View File

@@ -2356,13 +2356,13 @@
@hide -->
<permission android:name="android.permission.READ_DREAM_STATE"
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.
@hide -->
<permission android:name="android.permission.WRITE_DREAM_STATE"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signature" />
android:protectionLevel="signature|system" />
<!-- Allow an application to read and write the cache partition.
@hide -->