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 49d4da4c3f
commit 3411b435d5
No known key found for this signature in database

View file

@ -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>