summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rwxr-xr-xres/values/config.xml58
1 files changed, 23 insertions, 35 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 35622cf..1761232 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -50,41 +50,6 @@
<!-- Config to enable duplicate APN checking. When true, disallows adding new duplicate APNs -->
<bool name="config_enable_duplicate_apn_checking">false</bool>
- <!-- This used to define screen color's Hue progress bar minimum value -->
- <integer name="minimum_hue_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's Hue progress bar maximum value-->
- <integer name="maximum_hue_value" translatable="false">360</integer>
-
- <!-- This is used to define screen color's Hue progress bar default value-->
- <integer name="default_hue_value" translatable="false">180</integer>
-
- <!-- This is used to define screen color's saturation progress bar minimum value-->
- <integer name="minimum_saturation_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's saturation progress bar maximum value-->
- <integer name="maximum_saturation_value" translatable="false">360</integer>
-
- <!-- This is used to define screen color's saturation progress bar default value-->
- <integer name="default_saturation_value" translatable="false">180</integer>
-
- <!-- This is used to define screen color's intensity progress bar minimum value-->
- <integer name="minimum_intensity_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's intensity progress bar maximum value-->
- <integer name="maximum_intensity_value" translatable="false">400</integer>
-
- <!-- This is used to define screen color's intensity progress bar default value-->
- <integer name="default_intensity_value" translatable="false">200</integer>
-
- <!-- This is used to define screen color's contrast progress bar minimum value-->
- <integer name="minimum_contrast_value" translatable="false">0</integer>
-
- <!-- This is used to define screen color's contrast progress bar default value-->
- <integer name="default_contrast_value" translatable="false">180</integer>
-
- <!-- This is used to define screen color's contrast progress bar maximum value-->
- <integer name="maximum_contrast_value" translatable="false">360</integer>
<!-- Display ro.product.name above Device model -->
<bool name="config_displayDeviceName">false</bool>
@@ -112,4 +77,27 @@
<!-- When true enable color temperature setting. -->
<bool name="config_enableColorTemperature">false</bool>
+ <!-- When true Live lock screen settings will be positioned at the top -->
+ <bool name="config_showLiveLockScreenSettingsFirst">false</bool>
+
+ <!-- When true, weather options will be displayed in settings dashboard -->
+ <bool name="config_showWeatherMenu">true</bool>
+
+ <!-- When true, "show built-in" option in Privacy Guard will be available -->
+ <bool name="config_showBuiltInAppsForPG">true</bool>
+
+ <!-- Defines the location of the fingerprint sensor on the device
+ 0 = back
+ 1 = front
+ 2 = left side
+ 3 = right side
+ -->
+ <integer name="config_fingerprintSensorLocation">0</integer>
+
+ <!-- Does the device allow for manual subscription provisioning? Only works for multi-sim devices,
+ and currently depends on QC's proprietary telephony stack -->
+ <bool name="config_enableManualSubProvisioning">true</bool>
+
+ <!-- Does the device allow updating the recovery. -->
+ <bool name="config_enableRecoveryUpdater">true</bool>
</resources>