Enable the Connectivity helper Settings UI am: f3c254dd05

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337099

Change-Id: I3438eac67e7dc2ec085975fe7d2c430ff585e02f
This commit is contained in:
SongFerngWang 2021-08-20 16:44:15 +00:00 committed by Automerger Merge Worker
commit a07c71c4c7

View file

@ -17,4 +17,9 @@
<resources> <resources>
<!-- Whether to aggregate for network selection list--> <!-- Whether to aggregate for network selection list-->
<bool name="config_network_selection_list_aggregation_enabled">true</bool> <bool name="config_network_selection_list_aggregation_enabled">true</bool>
<!-- The switch preference's default value of connectivity helper call quality-->
<bool name="config_show_connectivity_helper_call_quality">true</bool>
<!-- The switch preference's default value of connectivity helper DeviceToDevice-->
<bool name="config_show_connectivity_helper_d2d">true</bool>
</resources> </resources>