Merge "Store location changer into Settings.Secure"
This commit is contained in:
committed by
Android (Google) Code Review
commit
bc65e6eb66
@@ -123,7 +123,8 @@ public class LocationEnabler implements LifecycleObserver, OnResume, OnPause {
|
||||
}
|
||||
return;
|
||||
}
|
||||
updateLocationEnabled(mContext, enabled, UserHandle.myUserId());
|
||||
updateLocationEnabled(mContext, enabled, UserHandle.myUserId(),
|
||||
Settings.Secure.LOCATION_CHANGER_SYSTEM_SETTINGS);
|
||||
refreshLocationMode();
|
||||
}
|
||||
|
||||
@@ -142,7 +143,8 @@ public class LocationEnabler implements LifecycleObserver, OnResume, OnPause {
|
||||
return;
|
||||
}
|
||||
|
||||
updateLocationMode(mContext, currentMode, mode, ActivityManager.getCurrentUser());
|
||||
updateLocationMode(mContext, currentMode, mode, ActivityManager.getCurrentUser(),
|
||||
Settings.Secure.LOCATION_CHANGER_SYSTEM_SETTINGS);
|
||||
refreshLocationMode();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user