From c35df2f1ec687dc30562aef3be55d4a30969f46b Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Thu, 3 Feb 2022 16:01:29 +0000 Subject: Revert "Enable IMS#canImeRenderGesturalNavButtons() by default" This reverts commit 793e15271306d84451733363818e83e661112d44 [1]. Reason for revert: No back button on the setup wizard. [1]: I45e511f5cfec93cdd002d23c091b4fe735b28227 Bug: 215545985 Fix: 217668258 Change-Id: Iac77c5bfafc5d208a1d3f3b56f0f7ee81d51031b --- core/java/android/inputmethodservice/InputMethodService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/inputmethodservice/InputMethodService.java') diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index fc2fbc39dbeb..223b8ccf44c8 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -346,7 +346,7 @@ public class InputMethodService extends AbstractInputMethodService { */ @AnyThread public static boolean canImeRenderGesturalNavButtons() { - return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true); + return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, false); } /** -- cgit v1.2.3