diff options
| author | 2024-11-08 18:04:31 +0000 | |
|---|---|---|
| committer | 2024-11-08 18:04:31 +0000 | |
| commit | 432ae355d976c735c0486ccab9f6e573b5c82b0c (patch) | |
| tree | 71b8a9b76494fea5ef9c50d937ecea195317ed26 | |
| parent | a20a4280c847df3615df2c42ba84a411325398d1 (diff) | |
| parent | 61c2a9e5dfdef19286b76a935c46a64cbf132766 (diff) | |
Merge "Introduce flag for writing tools API" into main
| -rw-r--r-- | core/java/android/view/inputmethod/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/view/inputmethod/flags.aconfig b/core/java/android/view/inputmethod/flags.aconfig index aa4927ee9b9c..edd9d6cff799 100644 --- a/core/java/android/view/inputmethod/flags.aconfig +++ b/core/java/android/view/inputmethod/flags.aconfig @@ -158,3 +158,11 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "writing_tools" + namespace: "input_method" + description: "Writing tools API" + bug: "373788889" + is_fixed_read_only: true +}
\ No newline at end of file |