Merge "Introduce boolean flag to show/hide Location Scanning preference."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e31f582baf
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user