Remove dynamic location settings footer

Replace with static location settings footer.

Bug: 182210346
Test: manual
Change-Id: If3ab492418e5f3461f7b0123fc771ecdd56db6c9
This commit is contained in:
Soonil Nagarkar
2021-03-08 15:47:28 -08:00
parent d8c9a53931
commit 2491d63996
9 changed files with 14 additions and 336 deletions

View File

@@ -52,7 +52,6 @@ public class LocationPersonalSettings extends DashboardFragment {
use(AppLocationPermissionPreferenceController.class).init(this);
// STOPSHIP(b/180533061): resolve the personal/work location services issue before we can
// ship.
use(LocationFooterPreferenceController.class).init(this);
use(RecentLocationAccessSeeAllButtonPreferenceController.class).init(this);
final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE);