-
Notifications
You must be signed in to change notification settings - Fork 333
/
cr_config.xml
64 lines (47 loc) · 2.59 KB
/
cr_config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016-2024 crDroid Android Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Charging info current divider, if needed -->
<integer name="config_currentInfoDivider" translatable="false">1000</integer>
<!-- Udfps vendor code -->
<integer name="config_udfpsVendorCode">0</integer>
<!-- Whether to pulse onFingerDown actions instead
of waking the screen while the screen is off or in lpm. -->
<bool name="config_pulseOnFingerDown">false</bool>
<!-- On-The-Go -->
<integer name="quick_settings_onthego_dialog_short_timeout">3000</integer>
<integer name="quick_settings_onthego_dialog_long_timeout">6000</integer>
<!-- Update battery info every second when device is charging -->
<bool name="config_alternateFastchargeInfoUpdate">false</bool>
<!-- Whether to disable Smart Pixels on UDFPS -->
<bool name="config_disableSmartPixelsOnUDFPS">false</bool>
<!-- The CPU temperature sensor path, defaults to empty -->
<string name="config_cpuTempSensor" translatable="false">/sys/class/thermal/thermal_zone0/temp</string>
<!-- The CPU temperature divider, if needed -->
<integer name="config_cpuTempDivider" translatable="false">1</integer>
<!-- The CPUs to display in CPUInfoService view -->
<string name="config_displayCpus" translatable="false"></string>
<!-- FPSInfoService FPS node file path -->
<string name="config_fpsInfoSysNode" translatable="false">/sys/class/drm/sde-crtc-0/measured_fps</string>
<!-- FPS measure interval in milliseconds, default 1000 -->
<integer name="config_fpsReadInterval">1000</integer>
<!-- Whether show refresh rate QS tile -->
<bool name="config_showRefreshRateQsTile">false</bool>
<!-- The location of the devices physical tri state switch
0: Left side
1: Right side -->
<integer name="config_alertSliderLocation">0</integer>
<!-- Whether key handler sends intent when changing slider position -->
<string name="config_alertSliderIntent"></string>
</resources>