diff options
| -rw-r--r-- | core/java/android/view/inputmethod/flags.aconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/java/android/view/inputmethod/flags.aconfig b/core/java/android/view/inputmethod/flags.aconfig index 4258ca4fde01..16f41146fd6b 100644 --- a/core/java/android/view/inputmethod/flags.aconfig +++ b/core/java/android/view/inputmethod/flags.aconfig @@ -19,15 +19,6 @@ flag { } flag { - name: "imm_userhandle_hostsidetests" - is_exported: true - namespace: "input_method" - description: "Feature flag for replacing UserIdInt with UserHandle in some helper IMM functions" - bug: "301713309" - is_fixed_read_only: true -} - -flag { name: "concurrent_input_methods" is_exported: true namespace: "input_method" |