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

Commit 61c2a9e5 authored by Taran Singh's avatar Taran Singh
Browse files

Introduce flag for writing tools API

Flag for writing tools api

Bug: 373788889
Flag: android.view.inputmethod.writing_tools
Test: build only
Change-Id: I709a6bb0f3f8daa6ff920c7b8ac6ff8460e87a79
parent c4af00cc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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