Snap for 6341266 from 0b76ef19b5 to qt-qpr3-release

Change-Id: Ia441843ea6baf662430be40e7f2cf205dc87242f
This commit is contained in:
android-build-team Robot
2020-03-27 23:26:08 +00:00

View File

@@ -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();