Define XML overlay values for shared connectivity service

Bug: 257348873
Test: Tested as part of tests for ag/20844295
Change-Id: I076a8f495c5af4f5f49a924e068ddd99137cd4ca
This commit is contained in:
Isaac Katzenelson
2023-01-24 00:59:23 +00:00
parent 48c47b91a5
commit 8957e72394

View File

@@ -465,6 +465,12 @@
<string-array translatable="false" name="config_cdma_dun_supported_types">
</string-array>
<!-- Package name of the system app that implements the shared connectivity service -->
<string translatable="false" name="sharedconnectivity_service_package"></string>
<!-- Class name in the system app that implements the shared connectivity service -->
<string translatable="false" name="sharedconnectivity_service_class"></string>
<!-- Flag indicating whether we should enable the automatic brightness.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">false</bool>