Loading core/java/android/inputmethodservice/InputMethodService.java +3 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,9 @@ public class InputMethodService extends AbstractInputMethodService { */ @AnyThread public static boolean canImeRenderGesturalNavButtons() { if (Flags.disallowDisablingImeNavigationBar()) { return true; } return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true); } Loading core/java/android/view/inputmethod/flags.aconfig +11 −0 Original line number Diff line number Diff line Loading @@ -224,3 +224,14 @@ flag { purpose: PURPOSE_BUGFIX } } flag { name: "disallow_disabling_ime_navigation_bar" namespace: "input_method" description: "Disallows disabling the IME navigation bar through canImeRenderGesturalNavButtons" bug: "402442590" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } Loading
core/java/android/inputmethodservice/InputMethodService.java +3 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,9 @@ public class InputMethodService extends AbstractInputMethodService { */ @AnyThread public static boolean canImeRenderGesturalNavButtons() { if (Flags.disallowDisablingImeNavigationBar()) { return true; } return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true); } Loading
core/java/android/view/inputmethod/flags.aconfig +11 −0 Original line number Diff line number Diff line Loading @@ -224,3 +224,14 @@ flag { purpose: PURPOSE_BUGFIX } } flag { name: "disallow_disabling_ime_navigation_bar" namespace: "input_method" description: "Disallows disabling the IME navigation bar through canImeRenderGesturalNavButtons" bug: "402442590" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } }