aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMichele Bono <bono.michele94@gmail.com>2019-01-05 13:03:53 +0100
committerMichele Bono <bono.michele94@gmail.com>2019-08-27 10:29:37 +0200
commitba8f4ede4da5a38086efaee4813bb52c4c24d05c (patch)
tree2b11c4dba5caaf9d5cd20bf5950ee1937a06a3c4 /overlay
parent00f1f9cf480b9df25c2240983d8328430e652442 (diff)
polaris: AICPfyHEADp9.0
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 9c5c5ba..ab8448b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -213,4 +213,46 @@
<!-- Component name of the combo network location provider. -->
<string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
+
+ <!-- Display mode remapping table.
+ If the mode names returned by the backend do not match
+ the predefined and translated strings in the Settings
+ app, they can be remapped here. The format is
+ "oldname:newname", one per entry. -->
+ <string-array name="config_displayModeMappings" translatable="false">
+ <item>00default:standard</item>
+ <item>sRGB_d65:srgb</item>
+ <item>srgb_d65:srgb</item>
+ </string-array>
+
+ <!-- Should we filter any display modes which are unampped? -->
+ <bool name="config_filterDisplayModes">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">64</integer>
+
+ <!-- Hardware keys present on the device with the ability to wake, 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_deviceHardwareWakeKeys">64</integer>
</resources>