universal8895: remove proximity check on wake
[GitHub/exynos8895/android_device_samsung_universal8895-common.git] / overlay / lineage-sdk / lineage / res / res / values / config.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2015 The CyanogenMod Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17 <resources>
18 <!-- BurnIn protection. This should be enabled on devices that have OLED displays -->
19 <bool name="config_enableBurnInProtection">true</bool>
20
21 <!-- All the capabilities of the LEDs on this device, stored as a bit field.
22 This integer should equal the sum of the corresponding value for each
23 of the following capabilities present:
24
25 LIGHTS_RGB_NOTIFICATION_LED = 1
26 LIGHTS_RGB_BATTERY_LED = 2
27 LIGHTS_MULTIPLE_NOTIFICATION_LED = 4 (deprecated)
28 LIGHTS_PULSATING_LED = 8
29 LIGHTS_SEGMENTED_BATTERY_LED = 16
30 LIGHTS_ADJUSTABLE_NOTIFICATION_LED_BRIGHTNESS = 32
31 LIGHTS_BATTERY_LED = 64
32
33 For example, a device with notification and battery lights that supports
34 pulsating and RGB control would set this config to 75. -->
35 <integer name="config_deviceLightCapabilities">75</integer>
36
37 <!-- Hardware keys present on the device, stored as a bit field.
38 This integer should equal the sum of the corresponding value for each
39 of the following keys present:
40 1 - Home
41 2 - Back
42 4 - Menu
43 8 - Assistant (search)
44 16 - App switch
45 32 - Camera
46 64 - Volume rocker
47 For example, a device with Home, Back and Menu keys would set this
48 config to 7. -->
49 <integer name="config_deviceHardwareKeys">72</integer>
50
51 <!-- Hardware keys present on the device with the ability to wake, stored as a bit field.
52 This integer should equal the sum of the corresponding value for each
53 of the following keys present:
54 1 - Home
55 2 - Back
56 4 - Menu
57 8 - Assistant (search)
58 16 - App switch
59 32 - Camera
60 64 - Volume rocker
61 For example, a device with Home, Back and Menu keys would set this
62 config to 7. -->
63 <integer name="config_deviceHardwareWakeKeys">73</integer>
64
65 <!-- Device have higher than normal aspect ratio sreen -->
66 <bool name="config_haveHigherAspectRatioScreen">true</bool>
67
68 </resources>