Loading src/com/android/settings/location/RecentLocationRequestSeeAllFragment.java +3 −1 Original line number Diff line number Diff line Loading @@ -54,8 +54,10 @@ public class RecentLocationRequestSeeAllFragment extends DashboardFragment { mController = use(RecentLocationRequestSeeAllPreferenceController.class); mController.init(this); if (profileType != 0) { mController.setProfileType(profileType); } } @Override protected int getPreferenceScreenResId() { Loading Loading
src/com/android/settings/location/RecentLocationRequestSeeAllFragment.java +3 −1 Original line number Diff line number Diff line Loading @@ -54,8 +54,10 @@ public class RecentLocationRequestSeeAllFragment extends DashboardFragment { mController = use(RecentLocationRequestSeeAllPreferenceController.class); mController.init(this); if (profileType != 0) { mController.setProfileType(profileType); } } @Override protected int getPreferenceScreenResId() { Loading