Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions liquid.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
"target_path": "packages/apps/Camera2",
"revision": "cm-11.0_hybrid"
},
{
"remote": "gh",
"repository": "IAmTheOneTheyCallNeo/android_hardware_qcom_gps",
"target_path": "hardware/qcom/gps",
"revision": "tachyon-2.0"
},
{
"remote": "gh",
"repository": "vigor/device_htc_vigor",
Expand Down
13 changes: 13 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,17 @@

<!-- Disable lockscreen translucent decor by default -->
<bool name="config_enableLockScreenTranslucentDecor">true</bool>

<!-- Hardware 'face' 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 - Menu
4 - back
8 - Assistant (search)
16 - App switch
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareKeys">15</integer>

</resources>