diff options
| author | Ali B <abittin@gmail.com> | 2015-01-08 11:30:51 +0100 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2015-01-08 11:30:51 +0100 |
| commit | 50b7b2d66f2bce9fdafafd137353a74afb747fbf (patch) | |
| tree | 78dd1f7a6b1059354c54df6df30a6de5ac0424e0 | |
| parent | d21c00d3f12cda7d20f71fa37b1d5bcef7ca1b13 (diff) | |
Revert "endeavoru: Update deviceHardwareKeys configs"
This reverts commit d21c00d3f12cda7d20f71fa37b1d5bcef7ca1b13.
Change-Id: I81aee5340a580b166b386d5cb899e7239f0a7293
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 59a6929..8bea23c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -157,7 +157,7 @@ <integer translatable="false" name="config_wifi_framework_scan_interval">0</integer> <!-- Boolean indicating whether Softap requires reloading AP firmware --> - <bool name="config_wifiApFirmwareReload">false</bool> + <bool name="config_wifiApFirmwareReload">true</bool> <!-- This string array should be overridden by the device to present a list of network attributes. This is used by the connectivity manager to decide which networks can coexist @@ -204,20 +204,8 @@ <!-- Enables or disables fading edges when marquee is enabled in TextView. --> <bool name="config_ui_enableFadingMarquee">true</bool> - <!-- Hardware keys present on the device, stored as a bit field. - This integer should equal the sum of the corresponding value for each - of the following keys present: - 1 - Home - 2 - Back - 4 - Menu - 8 - Assistant (search) - 16 - App switch - 32 - Camera - 64 - Volume rocker - For example, a device with Home, Back and Menu keys would set this - config to 7. --> - <integer name="config_deviceHardwareKeys">83</integer> - <integer name="config_deviceHardwareWakeKeys">64</integer> + <!-- Disable search/ assist button menu entry in rebinding section. --> + <integer name="config_deviceHardwareKeys">19</integer> <!-- Control the behavior when the user long presses the home button. 0 - Nothing |
