Loading core/res/AndroidManifest.xml +5 −6 Original line number Diff line number Diff line Loading @@ -2438,7 +2438,7 @@ types of interactions @hide --> <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" android:protectionLevel="signature|installer|telephony" /> android:protectionLevel="signature|installer" /> <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> <!-- Allows interaction across profiles in the same profile group. --> Loading Loading @@ -3098,9 +3098,8 @@ <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk @hide --> // TODO: remove telephony once decouple settings activity from phone process <permission android:name="android.permission.STATUS_BAR_SERVICE" android:protectionLevel="signature|telephony" /> android:protectionLevel="signature" /> <!-- Allows an application to bind to third party quick settings tiles. <p>Should only be requested by the System, should be required by Loading Loading @@ -3234,7 +3233,7 @@ @hide --> <permission android:name="android.permission.SET_ACTIVITY_WATCHER" android:protectionLevel="signature|telephony" /> android:protectionLevel="signature" /> <!-- @SystemApi Allows an application to call the activity manager shutdown() API to put the higher-level system there into a shutdown state. Loading Loading @@ -3778,7 +3777,7 @@ @hide STOPSHIP b/145526313: Remove wellbeing protection flag from MANAGE_ROLE_HOLDERS. --> <permission android:name="android.permission.MANAGE_ROLE_HOLDERS" android:protectionLevel="signature|installer|telephony|wellbeing" /> android:protectionLevel="signature|installer|wellbeing" /> <!-- @SystemApi Allows an application to observe role holder changes. @hide --> Loading Loading @@ -4888,7 +4887,7 @@ <!-- @hide Permission that allows configuring appops. <p>Not for use by third-party applications. --> <permission android:name="android.permission.MANAGE_APPOPS" android:protectionLevel="signature|telephony" /> android:protectionLevel="signature" /> <!-- @hide Permission that allows background clipboard access. <p>Not for use by third-party applications. --> Loading Loading
core/res/AndroidManifest.xml +5 −6 Original line number Diff line number Diff line Loading @@ -2438,7 +2438,7 @@ types of interactions @hide --> <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" android:protectionLevel="signature|installer|telephony" /> android:protectionLevel="signature|installer" /> <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> <!-- Allows interaction across profiles in the same profile group. --> Loading Loading @@ -3098,9 +3098,8 @@ <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk @hide --> // TODO: remove telephony once decouple settings activity from phone process <permission android:name="android.permission.STATUS_BAR_SERVICE" android:protectionLevel="signature|telephony" /> android:protectionLevel="signature" /> <!-- Allows an application to bind to third party quick settings tiles. <p>Should only be requested by the System, should be required by Loading Loading @@ -3234,7 +3233,7 @@ @hide --> <permission android:name="android.permission.SET_ACTIVITY_WATCHER" android:protectionLevel="signature|telephony" /> android:protectionLevel="signature" /> <!-- @SystemApi Allows an application to call the activity manager shutdown() API to put the higher-level system there into a shutdown state. Loading Loading @@ -3778,7 +3777,7 @@ @hide STOPSHIP b/145526313: Remove wellbeing protection flag from MANAGE_ROLE_HOLDERS. --> <permission android:name="android.permission.MANAGE_ROLE_HOLDERS" android:protectionLevel="signature|installer|telephony|wellbeing" /> android:protectionLevel="signature|installer|wellbeing" /> <!-- @SystemApi Allows an application to observe role holder changes. @hide --> Loading Loading @@ -4888,7 +4887,7 @@ <!-- @hide Permission that allows configuring appops. <p>Not for use by third-party applications. --> <permission android:name="android.permission.MANAGE_APPOPS" android:protectionLevel="signature|telephony" /> android:protectionLevel="signature" /> <!-- @hide Permission that allows background clipboard access. <p>Not for use by third-party applications. --> Loading