We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67c89f3 + 77e6f5f commit 75cf9d7Copy full SHA for 75cf9d7
1 file changed
core/res/AndroidManifest.xml
@@ -4467,12 +4467,12 @@
4467
<!-- @SystemApi Allows to access all app shortcuts.
4468
@hide -->
4469
<permission android:name="android.permission.ACCESS_SHORTCUTS"
4470
- android:protectionLevel="signature|textClassifier" />
+ android:protectionLevel="signature|appPredictor" />
4471
4472
<!-- @SystemApi Allows unlimited calls to shortcut mutation APIs.
4473
4474
<permission android:name="android.permission.UNLIMITED_SHORTCUTS_API_CALLS"
4475
4476
4477
<!-- @SystemApi Allows an application to read the runtime profiles of other apps.
4478
@hide <p>Not for use by third-party applications. -->
0 commit comments