summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeemin Seog <hseog@google.com>2020-07-28 17:50:00 -0700
committerHeemin Seog <hseog@google.com>2020-07-28 17:50:00 -0700
commite00c106bbcfbc7c222e4bba82cab2a21ce33d83b (patch)
treed2f671d494758ce7b8be580f51bff151349f7b7b
parentd2403af946becd9dd7c2923481569d892a429266 (diff)
downloadcar-e00c106bbcfbc7c222e4bba82cab2a21ce33d83b.tar.gz
Add FEATURE_INPUT_METHODS to car emulator builds
As a platform, we shouldn't prohibit 3p IMEs (i.e. RotaryIME or dev IMEs). Bug: 162370837 Test: atest WindowInsetsAnimationControllerTests Change-Id: I6937d302013f21ce92049e9cee28e051a2d1b47d
-rw-r--r--common/car_core_hardware.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/car_core_hardware.xml b/common/car_core_hardware.xml
index fcde3b1..0656e49 100644
--- a/common/car_core_hardware.xml
+++ b/common/car_core_hardware.xml
@@ -46,7 +46,7 @@
<feature name="android.software.backup" />
<feature name="android.software.home_screen" />
<feature name="android.software.cant_save_state" />
- <!-- No support of third-party IMEs by default <feature name="android.software.input_methods" /> -->
+ <feature name="android.software.input_methods" />
<feature name="android.software.midi" />
<feature name="android.software.secure_lock_screen" />