Add a footer to Location Settings page
At the bottom of Settings -> Security & Location -> Location, inject footers with text provided by system apps. GmsCore uses this footer to present legal consent info for Google Location Services. Bug: 70350519 Test: Robo Test: Manual Change-Id: I201afdb30baa7b81b591d161fce5be55569b6320
This commit is contained in:
@@ -131,9 +131,10 @@ public class LocationSettings extends DashboardFragment {
|
||||
controllers.add(new LocationForWorkPreferenceController(context, lifecycle));
|
||||
controllers.add(
|
||||
new RecentLocationRequestPreferenceController(context, fragment, lifecycle));
|
||||
controllers.add(new LocationScanningPreferenceController(context));
|
||||
controllers.add(
|
||||
new LocationServicePreferenceController(context, fragment, lifecycle));
|
||||
controllers.add(new LocationScanningPreferenceController(context));
|
||||
controllers.add(new LocationFooterPreferenceController(context, lifecycle));
|
||||
return controllers;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user