summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2020-12-11 23:17:51 -0800
committeralk3pInjection <webmaster@raspii.tech>2024-01-02 00:52:16 +0800
commitaf5d7cd023952e401b9498a6b2258fdb20a440f3 (patch)
tree7855695ba698f88ee946febc03f55317aefee645
parent62015614f27b6182be43d3119c62691afee57046 (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>