diff options
author | Yohei Yukawa <yukawa@google.com> | 2018-09-11 13:48:02 -0700 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2018-09-11 13:48:02 -0700 |
commit | 0a828f5f134c468df80d799eaa1360bbb3d7e27a (patch) | |
tree | 40c128b82a391484dc1b3f01a21ef2f203e8bd70 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 874e10f4a6dfc64a7516007fd63765b2b1564383 (diff) |
Remove IInputMethodManager.getEnabledInputMethodList() from greylist
App developers must never need to call this IPC method directly via
reflection. The same functionality has been exposed as a public API
InputMethodManager#getEnabledInputMethodList() since its beggining.
Just for the record, this is what
InputMethodManager#getEnabledInputMethodList() is doing.
public List<InputMethodInfo> getEnabledInputMethodList() {
try {
return mService.getEnabledInputMethodList();
} catch (RemoteException e) {
throw e.rethrowFromSystemServer();
}
}
Bug: 112722706
Test: compile
Merged-In: Idf9fa866f73dbd151bb67f60dbd57041d9055a23
Change-Id: Idf9fa866f73dbd151bb67f60dbd57041d9055a23
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions