2018-07-01 07:20:03 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2015-2016 The CyanogenMod Project
|
2021-06-02 19:47:10 -04:00
|
|
|
2017-2021 The LineageOS Project
|
2022-05-18 12:08:50 -04:00
|
|
|
SPDX-License-Identifier: Apache-2.0
|
2018-07-01 07:20:03 -04:00
|
|
|
-->
|
|
|
|
<resources>
|
2018-07-12 10:56:17 -04:00
|
|
|
<!-- Default value for proximity check on screen wake
|
|
|
|
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
|
|
|
|
<bool name="config_proximityCheckOnWake">true</bool>
|
|
|
|
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
|
|
|
|
2018-07-01 07:20:03 -04:00
|
|
|
<!-- 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>
|
|
|
|
|
2018-05-01 02:02:55 -04:00
|
|
|
<!-- Whether device has screen with higher aspect ratio -->
|
|
|
|
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
2018-07-19 03:30:32 -04:00
|
|
|
|
2019-11-24 15:39:38 -05:00
|
|
|
<!-- Defines the actions shown in advanced reboot submenu -->
|
|
|
|
<string-array name="config_restartActionsList">
|
|
|
|
<item>restart</item>
|
|
|
|
<item>restart_recovery</item>
|
|
|
|
<item>restart_bootloader</item>
|
|
|
|
<item>restart_fastboot</item>
|
|
|
|
</string-array>
|
2018-07-01 07:20:03 -04:00
|
|
|
</resources>
|