summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2020-12-11 23:17:51 -0800
committeralk3pInjection <webmaster@raspii.tech>2023-08-16 15:56:54 +0800
commitcf24436132bc73f71644c9d93c74d4983d666682 (patch)
tree1e88727ef6bff10dc0e42966bbfa3caef1433672
parentfc590e714c63559d03abde6bf412f64ed57da97a (diff)
gs201: Enable Adaptive Connectivity setting
This feature is provided by the ConnectivityThermalPowerManager app that we extract as a proprietary blob, so we can expose it. Change-Id: I407e9e2235531fbca0b2c0e48b68105b1e77ad1f
-rw-r--r--overlay-ice/packages/apps/Settings/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay-ice/packages/apps/Settings/res/values/config.xml b/overlay-ice/packages/apps/Settings/res/values/config.xml
index 9219094f..ee204d54 100644
--- a/overlay-ice/packages/apps/Settings/res/values/config.xml
+++ b/overlay-ice/packages/apps/Settings/res/values/config.xml
@@ -33,4 +33,7 @@
should be either LOW (1) or HIGH (3).
-->
<integer name="config_vibration_supported_intensity_levels">3</integer>
+
+ <!-- Whether to show the Preference for Adaptive connectivity -->
+ <bool name="config_show_adaptive_connectivity">true</bool>
</resources>