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

Commit 02b9554b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Change permissionLevel of ACCESS_SHORTCUTS and...

Merge "Change permissionLevel of ACCESS_SHORTCUTS and UNLIMITED_SHORTCUTS_API_CALLS" into qt-qpr1-dev am: 75cf9d73

Change-Id: Ia0c860564a26d8c29a851d33e09470f7c4bcf26f
parents beda0b81 75cf9d73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4562,12 +4562,12 @@
    <!-- @SystemApi Allows to access all app shortcuts.
         @hide -->
    <permission android:name="android.permission.ACCESS_SHORTCUTS"
        android:protectionLevel="signature|textClassifier" />
        android:protectionLevel="signature|appPredictor" />

    <!-- @SystemApi Allows unlimited calls to shortcut mutation APIs.
         @hide -->
    <permission android:name="android.permission.UNLIMITED_SHORTCUTS_API_CALLS"
        android:protectionLevel="signature|textClassifier" />
        android:protectionLevel="signature|appPredictor" />

    <!-- @SystemApi Allows an application to read the runtime profiles of other apps.
         @hide <p>Not for use by third-party applications. -->