Loading src/com/android/settings/development/MockLocationAppPreferenceController.java +6 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,12 @@ public class MockLocationAppPreferenceController extends DeveloperOptionsPrefere return true; } @Override public void onDeveloperOptionsDisabled() { super.onDeveloperOptionsDisabled(); removeAllMockLocations(); } private void updateMockLocation() { final String mockLocationApp = getCurrentMockLocationApp(); Loading Loading
src/com/android/settings/development/MockLocationAppPreferenceController.java +6 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,12 @@ public class MockLocationAppPreferenceController extends DeveloperOptionsPrefere return true; } @Override public void onDeveloperOptionsDisabled() { super.onDeveloperOptionsDisabled(); removeAllMockLocations(); } private void updateMockLocation() { final String mockLocationApp = getCurrentMockLocationApp(); Loading