summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorTarandeep Singh <tarandeep@google.com>2019-04-17 15:31:51 -0700
committerTarandeep Singh <tarandeep@google.com>2019-04-17 16:20:12 -0700
commit3daa9f56b5c9a0005963f8cc8e8d68f507dfca39 (patch)
treede940a53306e41a2081c3fa91dbd49f789a76424 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentdc868e04f941601d2d0e82908431b192748c28c0 (diff)
Fix: Allow system IME to be disabled when another IME is available
In P, pre-installed system IME could be disabled if an ASCII non-aux IME was available. With I1352bf42dcb9219a370a16a381ea39c43c57637a, system-IMEs could no longer be disabled. This was unintentional as the method name isValidSystemNonAuxAsciiCapableIme was incorrect and it wasn't checking isSystem() earlier. This change renames it to isValidNonAuxAsciiCapableIme and removes the system check in order to revert to original P behavior. Change-Id: If40de88ca0536a4446135047b6ccab64681675ec Fix: 124536147 Test: atest InputMethodPreferenceTest Test: atest InputMethodAndSubtypeUtilTest Test: Manually verified using steps in bug.
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions