diff options
author | 2024-02-07 21:09:42 +0000 | |
---|---|---|
committer | 2024-02-07 21:09:42 +0000 | |
commit | 7e1906c6ec9c1c604fd9a3bbe20a7533df73cfaa (patch) | |
tree | 878140a860dd411cea9c078cf9e3e44a5731dd35 | |
parent | 2793217dea4010673ffc731f6d91240507e89991 (diff) | |
parent | aad770516b725e792e2bbe570b9ec6fc859bb688 (diff) |
Merge "Add ACCESS_HIDDEN_PROFILES_FULL to the permission manifest" into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index 741bda917..7231a1838 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -3108,6 +3108,13 @@ android:description="@string/permdesc_accessHiddenProfile" android:protectionLevel="normal" /> + <!-- @SystemApi @hide Allows privileged applications to get details about hidden profile + users. + @FlaggedApi("android.multiuser.flags.enable_permission_to_access_hidden_profiles") --> + <permission + android:name="android.permission.ACCESS_HIDDEN_PROFILES_FULL" + android:protectionLevel="signature|privileged" /> + <!-- @SystemApi Allows configuring apps to have the INTERACT_ACROSS_PROFILES permission so that they can interact across profiles in the same profile group. @hide --> |