summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/content/pm/multiuser.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig
index f29e2e8f10a3..2ad9660534a6 100644
--- a/core/java/android/content/pm/multiuser.aconfig
+++ b/core/java/android/content/pm/multiuser.aconfig
@@ -211,6 +211,16 @@ flag {
}
flag {
+ name: "place_add_user_dialog_within_activity"
+ namespace: "multiuser"
+ description: "Display dialog within activity to make it traversable by Accessibility"
+ bug: "383034393"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
+
+flag {
name: "property_invalidated_cache_bypass_mismatched_uids"
namespace: "multiuser"
description: "Bypass the cache when the process UID does not match the binder UID."