overlay: 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
This commit is contained in:
Danny Lin 2020-12-11 23:17:51 -08:00 committed by Michael Bestas
parent ada5de6bea
commit 0e2f47c9be
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -43,4 +43,7 @@
should be either LOW (1) or HIGH (3). should be either LOW (1) or HIGH (3).
--> -->
<integer name="config_vibration_supported_intensity_levels">3</integer> <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> </resources>