Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17b79985 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 47e276db: am cbd156c1: Merge "Update READ&WRITE_DREAM_STATE to...

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

* commit '47e276db':
  Update READ&WRITE_DREAM_STATE to signature|system.
parents 624e98f5 47e276db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2386,13 +2386,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 -->