diff options
author | Felipe Leme <felipeal@google.com> | 2020-09-08 10:48:20 -0700 |
---|---|---|
committer | Felipe Leme <felipeal@google.com> | 2020-09-08 10:58:05 -0700 |
commit | 3da896f0e686bd924a5bf0d42d7c0334383e366c (patch) | |
tree | fff09f179b9030983de8f7f739c27189535b662c /data | |
parent | cc61d0f3368debb360ff50a86865825284d7867f (diff) |
Added android.software.input_methods to car_core_hardware.xml
It wasn't defined before because automotive supported multi-session IME
instead, which is not the case anymore.
Test: m sync && adb sync && adb shell stop && adb shell start
Test: adb shell pm list features | grep input || echo "NOT_FOUND"
Test: atest DatasetFilteringDropdownTest#testFilter_usingKeyboard
Fixes: 149411720
Bug: 162370837
Change-Id: I8e7e4809b2c50b06c820dff75f3b24401c3b90e1
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/car_core_hardware.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/car_core_hardware.xml b/data/etc/car_core_hardware.xml index 50f117dd11..cf7810272d 100644 --- a/data/etc/car_core_hardware.xml +++ b/data/etc/car_core_hardware.xml @@ -44,6 +44,7 @@ <feature name="android.software.autofill" /> <feature name="android.software.cant_save_state" /> <feature name="android.software.secure_lock_screen" /> + <feature name="android.software.input_methods" /> <!-- devices with GPS must include android.hardware.location.gps.xml --> <!-- devices with an autofocus camera and/or flash must include either |