diff options
author | Yohei Yukawa <yukawa@google.com> | 2018-08-30 15:58:47 -0700 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2018-08-30 15:58:47 -0700 |
commit | cf93f9a53fbc30a5b8ec86db06023cde217a3d1a (patch) | |
tree | 8d42b75df0079097fbdcaf26b9aec882d345ad41 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 528ffcc310dd6c6e2f6d0acd85cd158ebdea56e9 (diff) |
Hide inputMethodClientHasFocus() from apps
inputMethodClientHasFocus() implemented by WindowManagerService is an
internal method that is used only from InputMethodManagerService.
For obvious security reasons, we do not need to expose this method to
application processes. We can easily achieve this by simply moving
this method from IWindowManager to WindowManagerInternal.
Note that this is a mechanical refactoring. There should be no
observable behavior change.
Fix: 112722651
Test: atest CtsInputMethodTestCases CtsInputMethodServiceHostTestCases
Change-Id: I20c618174d8279a9a57f458fb908235f452b2281
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions