commit | a07c71c4c78a46fefdbe8dc10076fc81c303de91 | [log] [tgz] |
---|---|---|
author | SongFerngWang <songferngwang@google.com> | Fri Aug 20 16:44:15 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 20 16:44:15 2021 +0000 |
tree | 6cbd16609be24ffdf14aff105695b854db6c365b | |
parent | 115455b772ba4aa220ba425928df50ce66b3b2c5 [diff] | |
parent | b296e9a28dd09641a727106f3a20987c866149ee [diff] |
Enable the Connectivity helper Settings UI am: f3c254dd05 Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337099 Change-Id: I3438eac67e7dc2ec085975fe7d2c430ff585e02f
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml index ccb7df6..376cdba 100755 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -17,4 +17,9 @@ <resources> <!-- Whether to aggregate for network selection list--> <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>