summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/view/inputmethod/flags.aconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/java/android/view/inputmethod/flags.aconfig b/core/java/android/view/inputmethod/flags.aconfig
index 41567fbf8b51..4258ca4fde01 100644
--- a/core/java/android/view/inputmethod/flags.aconfig
+++ b/core/java/android/view/inputmethod/flags.aconfig
@@ -194,3 +194,14 @@ flag {
is_fixed_read_only: true
is_exported: true
}
+
+flag {
+ name: "fallback_display_for_secondary_user_on_secondary_display"
+ namespace: "input_method"
+ description: "Feature flag to fix the fallback display bug for visible background users"
+ bug: "383228193"
+ is_fixed_read_only: true
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}