Merge "Change permissionLevel of ACCESS_SHORTCUTS and UNLIMITED_SHORTCUTS_API_CALLS"
This commit is contained in:
@@ -4584,12 +4584,12 @@
|
|||||||
<!-- @SystemApi Allows to access all app shortcuts.
|
<!-- @SystemApi Allows to access all app shortcuts.
|
||||||
@hide -->
|
@hide -->
|
||||||
<permission android:name="android.permission.ACCESS_SHORTCUTS"
|
<permission android:name="android.permission.ACCESS_SHORTCUTS"
|
||||||
android:protectionLevel="signature|textClassifier" />
|
android:protectionLevel="signature|appPredictor" />
|
||||||
|
|
||||||
<!-- @SystemApi Allows unlimited calls to shortcut mutation APIs.
|
<!-- @SystemApi Allows unlimited calls to shortcut mutation APIs.
|
||||||
@hide -->
|
@hide -->
|
||||||
<permission android:name="android.permission.UNLIMITED_SHORTCUTS_API_CALLS"
|
<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.
|
<!-- @SystemApi Allows an application to read the runtime profiles of other apps.
|
||||||
@hide <p>Not for use by third-party applications. -->
|
@hide <p>Not for use by third-party applications. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user