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

Commit 12d2db0c authored by Sally Yuen's avatar Sally Yuen Committed by Automerger Merge Worker
Browse files

Merge "Modify MANAGE_ACCESSIBILITY to accept roles" into udc-dev am: dd38cba1

parents 42f6390b dd38cba1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7138,9 +7138,10 @@
                android:protectionLevel="signature" />

    <!-- @SystemApi Allows modifying accessibility state.
        <p> The only approved role for this permission is COMPANION_DEVICE_APP_STREAMING.
         @hide -->
    <permission android:name="android.permission.MANAGE_ACCESSIBILITY"
        android:protectionLevel="signature|setup|recents" />
        android:protectionLevel="signature|setup|recents|role" />

    <!-- @SystemApi Allows an app to grant a profile owner access to device identifiers.
         <p>Not for use by third-party applications.