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

@@ -141,6 +141,7 @@ public class LocationSettings extends DashboardFragment {
new RecentLocationRequestPreferenceController(context, fragment, lifecycle));
controllers.add(
new LocationServicePreferenceController(context, fragment, lifecycle));
controllers.add(new LocationScanningPreferenceController(context));
return controllers;
}