commit | bd9f8a4be60e41232c25f7f8f2ba83fb9dcb600e | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Sun Aug 19 09:43:05 2018 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Wed Aug 22 22:20:20 2018 +0200 |
tree | 8a60799bc2dd49a3aa30f75c9b324944380eff46 | |
parent | 658abd5f3a80b94eda0bdc307a2d83b6d43a9b3d [diff] |
overlay: Remove back button panic overlay * Google decided to kill the feature. See the related fw/base commit for reference: https://github.com/LineageOS/android_frameworks_base/commit/bb97879c959c15c61f86b8465d583b80a21626b1 Change-Id: Iaa85020c4b2ab69d4e7cf7415e04e08990a9ea4d
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index 8706aff..f3cabc5 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -67,12 +67,6 @@ non-interactive state. --> <bool name="config_supportLongPressPowerWhenNonInteractive">true</bool> - <!-- Control the behavior when the user panic presses the back button. - 0 - Nothing - 1 - Go to home - --> - <integer name="config_backPanicBehavior">1</integer> - <!-- Whether Multiuser UI should be shown --> <bool name="config_enableMultiUserUI">true</bool>