diff options
| author | 2024-12-23 17:43:34 -0800 | |
|---|---|---|
| committer | 2024-12-23 17:43:34 -0800 | |
| commit | 70077ff7931d5a4525b63bd3b95ea7b51f39c7ff (patch) | |
| tree | c2419f1f984b0d1ef0d037439739dc93b28aede6 | |
| parent | 13abd60bee09f40644193fc36bf3b8dff643a382 (diff) | |
| parent | 82dbc03e5efca46de5817cebbaa25401a4e539fb (diff) | |
Merge "Introduce feature flag for fallback display for secondary user on secondary display" into main
| -rw-r--r-- | core/java/android/view/inputmethod/flags.aconfig | 11 |
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 + } +} |