Skip to content

Commit 75cf9d7

Browse files
Joanne ChungAndroid (Google) Code Review
authored andcommitted
Merge "Change permissionLevel of ACCESS_SHORTCUTS and UNLIMITED_SHORTCUTS_API_CALLS" into qt-qpr1-dev
2 parents 67c89f3 + 77e6f5f commit 75cf9d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/res/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4467,12 +4467,12 @@
44674467
<!-- @SystemApi Allows to access all app shortcuts.
44684468
@hide -->
44694469
<permission android:name="android.permission.ACCESS_SHORTCUTS"
4470-
android:protectionLevel="signature|textClassifier" />
4470+
android:protectionLevel="signature|appPredictor" />
44714471

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

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

0 commit comments

Comments
 (0)