tree: e52d9103069c7bbc5a0d43e74898fc83a2325702 [path history] [tgz]
  1. res/
  2. src/
  3. Android.bp
  4. AndroidManifest.xml
  5. build.gradle
  6. readme.md
RotaryIME/readme.md

Rotary IME: Sample input method for rotary controller

This is a sample IME for use with a rotary controller. It is intentionally very basic so that it‘s easy to understand the code. It doesn’t support multiple locales / layouts. It doesn't support password fields, numeric fields, etc.

Building

make RotaryIME

Installing

adb install out/target/product/[hardware]/system/app/RotaryIME/RotaryIME.apk

Using

Then build and install CarRotaryController. There is no need to enable this IME or select it; the RotaryService will select it automatically in rotary mode.