summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
author Richard MacGregor <rmacgregor@google.com> 2025-01-17 17:53:13 -0800
committer Richard MacGregor <rmacgregor@google.com> 2025-01-24 13:37:57 -0800
commit787ec3d945b1557225c76a998f2b16d72104a789 (patch)
treec37d95206d25a3b0b3c3fe4f96178c43cc28ac8a /flags
parent9cb2450013fa4f84f408490ba9c341b8319d9c21 (diff)
Show profilegroup exclusive roles in defaultapps
Fix bug where default apps list opened using work profile context wouldn't show profilegroup exclusive roles when full-user is set as active user LOW_COVERAGE_REASON=FLAG_NOT_ENABLED Bug: 385424712 Flag: com.android.permission.flags.cross_user_role_ux_bugfix_enabled Relnote: N/A Test: atest RoleManagerMultiUserTest Change-Id: I35bb290179432ff44b60bcab53cdf0952aa7573c
Diffstat (limited to 'flags')
-rw-r--r--flags/flags.aconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig
index 45afa5ff4..372fed403 100644
--- a/flags/flags.aconfig
+++ b/flags/flags.aconfig
@@ -119,6 +119,18 @@ flag {
}
flag {
+ name: "cross_user_role_ux_bugfix_enabled"
+ is_exported: true
+ namespace: "permissions"
+ description: "This flag enables cross-user roles support ux bug fixes"
+ bug: "367732307"
+ is_fixed_read_only: true
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
+
+flag {
name: "permission_timeline_attribution_label_fix"
is_exported: true
namespace: "permissions"