diff options
| author | fuzz <fuzzzzzzzzzzzzzzzzzz@gmail.com> | 2015-02-01 21:32:12 +0900 |
|---|---|---|
| committer | fuzz <fuzzzzzzzzzzzzzzzzzz@gmail.com> | 2015-02-02 01:19:07 +0900 |
| commit | 133aa65d4094c05cefa8f8020ef33c662f68561c (patch) | |
| tree | 973e55ce473dba3572cf99441e7b2cc210926d92 | |
| parent | a266af206680e139f83a9745486210120c76f6f3 (diff) | |
otter-common: Do not remove Buttons setting
This setting includes following category that should be available for otter families
* Power button
* Navigation bar
Change-Id: I9a199f0c7d5114b15fc31766f8b8a2ae07852b83
| -rw-r--r-- | overlay/cm/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/overlay/cm/frameworks/base/core/res/res/values/config.xml b/overlay/cm/frameworks/base/core/res/res/values/config.xml index 9855b1b..1b6864b 100644 --- a/overlay/cm/frameworks/base/core/res/res/values/config.xml +++ b/overlay/cm/frameworks/base/core/res/res/values/config.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- /* -** Copyright 2009, The Android Open Source Project +** Copyright 2014, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -28,7 +28,10 @@ 4 - Menu 8 - Assistant (search) 16 - App switch + 32 - Camera + 64 - Volume rocker + 128 - Power For example, a device with Home, Back and Menu keys would set this config to 7. --> - <integer name="config_deviceHardwareKeys">0</integer> + <integer name="config_deviceHardwareKeys">128</integer> </resources> |
