Loading core/res/AndroidManifest.xml +9 −5 Original line number Diff line number Diff line Loading @@ -3249,7 +3249,9 @@ <permission android:name="android.permission.INTERACT_ACROSS_PROFILES" android:protectionLevel="signature|appop" /> <!-- Allows applications to access profiles with ACCESS_HIDDEN_PROFILES user property <!-- Allows applications to access profiles with {@code android.content.pm.UserProperties#PROFILE_API_VISIBILITY_HIDDEN} user property, e.g. {@link android.os.UserManager#USER_TYPE_PROFILE_PRIVATE}. <p>Protection level: normal @FlaggedApi("android.multiuser.enable_permission_to_access_hidden_profiles") --> <permission android:name="android.permission.ACCESS_HIDDEN_PROFILES" Loading @@ -3257,8 +3259,10 @@ android:description="@string/permdesc_accessHiddenProfile" android:protectionLevel="normal" /> <!-- @SystemApi @hide Allows privileged applications to get details about hidden profile users. <!-- @SystemApi @hide Allows privileged applications to get details about profiles with {@code android.content.pm.UserProperties#PROFILE_API_VISIBILITY_HIDDEN} user property, e.g. {@link android.os.UserManager#USER_TYPE_PROFILE_PRIVATE}. Removes extra requirements such as having {@link android.app.role.RoleManager#ROLE_HOME} role for LauncherApps APIs. @FlaggedApi("android.multiuser.enable_permission_to_access_hidden_profiles") --> <permission android:name="android.permission.ACCESS_HIDDEN_PROFILES_FULL" Loading Loading
core/res/AndroidManifest.xml +9 −5 Original line number Diff line number Diff line Loading @@ -3249,7 +3249,9 @@ <permission android:name="android.permission.INTERACT_ACROSS_PROFILES" android:protectionLevel="signature|appop" /> <!-- Allows applications to access profiles with ACCESS_HIDDEN_PROFILES user property <!-- Allows applications to access profiles with {@code android.content.pm.UserProperties#PROFILE_API_VISIBILITY_HIDDEN} user property, e.g. {@link android.os.UserManager#USER_TYPE_PROFILE_PRIVATE}. <p>Protection level: normal @FlaggedApi("android.multiuser.enable_permission_to_access_hidden_profiles") --> <permission android:name="android.permission.ACCESS_HIDDEN_PROFILES" Loading @@ -3257,8 +3259,10 @@ android:description="@string/permdesc_accessHiddenProfile" android:protectionLevel="normal" /> <!-- @SystemApi @hide Allows privileged applications to get details about hidden profile users. <!-- @SystemApi @hide Allows privileged applications to get details about profiles with {@code android.content.pm.UserProperties#PROFILE_API_VISIBILITY_HIDDEN} user property, e.g. {@link android.os.UserManager#USER_TYPE_PROFILE_PRIVATE}. Removes extra requirements such as having {@link android.app.role.RoleManager#ROLE_HOME} role for LauncherApps APIs. @FlaggedApi("android.multiuser.enable_permission_to_access_hidden_profiles") --> <permission android:name="android.permission.ACCESS_HIDDEN_PROFILES_FULL" Loading