Loading core/res/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -4584,12 +4584,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. --> Loading Loading
core/res/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -4584,12 +4584,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. --> Loading