diff options
author | Yohei Yukawa <yukawa@google.com> | 2018-08-28 12:05:41 -0700 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2018-08-28 12:05:41 -0700 |
commit | 40b59233026a50027fd45b5fc99a4a0a89a2ad03 (patch) | |
tree | 529600da2c0eeb9e1bdaaf1eaeb21342d4815c1a /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | ea412d3b03b93ff8ee51a1f5b16fa460db5114e2 (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
Change-Id: Idf9fa866f73dbd151bb67f60dbd57041d9055a23
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions