美文网首页
MT9632 屏蔽change keyboard提示

MT9632 屏蔽change keyboard提示

作者: 安卓投影车载 | 来源:发表于2020-10-12 10:22 被阅读0次

--- a/frameworks/base/services/core/java/com/android/server/InputMethodManagerService.java

+++ b/frameworks/base/services/core/java/com/android/server/InputMethodManagerService.java

@@ -2341,7 +2341,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub

                vis = 0;

            }

            // mImeWindowVis should be updated before calling shouldShowImeSwitcherLocked().

-            final boolean needsToShowImeSwitcher = shouldShowImeSwitcherLocked(vis);

+            final boolean needsToShowImeSwitcher = false; //shouldShowImeSwitcherLocked(vis);

            if (mStatusBar != null) {

                mStatusBar.setImeWindowStatus(token, vis, backDisposition,

                        needsToShowImeSwitcher);

相关文章

网友评论

      本文标题:MT9632 屏蔽change keyboard提示

      本文链接:https://www.haomeiwen.com/subject/zzdupktx.html