Merge "Introduce boolean flag to show/hide Location Scanning preference."

This commit is contained in:
TreeHugger Robot
2018-01-12 21:53:12 +00:00
committed by Android (Google) Code Review
5 changed files with 106 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
<!-- Whether location mode is available or not. -->
<bool name="config_location_mode_available">true</bool>
<!-- Whether location scanning is available or not. -->
<bool name="config_show_location_scanning">true</bool>
<!-- Whether high_power_apps should be shown or not. -->
<bool name="config_show_high_power_apps">true</bool>