diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 5cc25f3..c610e11 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -23,8 +23,8 @@ <bool name="cm_default_show_soft_home">true</bool> <bool name="cm_default_show_soft_menu">true</bool> - <bool name="cm_default_show_soft_back">true</bool> - <bool name="cm_default_show_soft_search">true</bool> + <bool name="cm_default_show_soft_back">false</bool> + <bool name="cm_default_show_soft_search">false</bool> <bool name="cm_default_show_soft_quick_na">false</bool> <bool name="cm_default_home_on_longpress_back">true</bool> |