Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4555d0d8 authored by Taran Singh's avatar Taran Singh
Browse files

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
parent 7d31205a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
}