diff options
| author | 2024-11-13 01:32:59 +0000 | |
|---|---|---|
| committer | 2024-11-14 17:42:34 +0000 | |
| commit | 4555d0d881c8997493fd8e2634a31dedfd387ad9 (patch) | |
| tree | 6588c8de4de89eac9be2f32df0a75630610b6b7c | |
| parent | 7d31205a5b7c5b85ef6db59f86cf59802ecbd4f4 (diff) | |
Adaptive scribe bounds: introduce flag 1/n
Add feature flag for supporting adaptive stylus handwriting bounds
Bug: 350047836
Flag: android.view.inputmethod.adaptive_handwriting_bounds
Test: manual build
Change-Id: I3467aa85e324434dac1f6229afc11abdd86efc39
| -rw-r--r-- | core/java/android/view/inputmethod/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/view/inputmethod/flags.aconfig b/core/java/android/view/inputmethod/flags.aconfig index e619ab064005..deaf95797127 100644 --- a/core/java/android/view/inputmethod/flags.aconfig +++ b/core/java/android/view/inputmethod/flags.aconfig @@ -175,3 +175,12 @@ flag { bug: "342672560" is_fixed_read_only: true } + +flag { + name: "adaptive_handwriting_bounds" + is_exported: true + namespace: "input_method" + description: "Feature flag for adaptively increasing handwriting bounds." + bug: "350047836" + is_fixed_read_only: true +} |