Loading core/java/android/provider/Settings.java +0 −4 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ import android.os.ServiceManager; import android.os.SystemProperties; import android.os.UserHandle; import android.os.Build.VERSION_CODES; import android.os.UserManager; import android.speech.tts.TextToSpeech; import android.text.TextUtils; import android.util.AndroidException; Loading Loading @@ -4440,9 +4439,6 @@ public final class Settings { * {@link #LOCATION_MODE_HIGH_ACCURACY}, {@link #LOCATION_MODE_SENSORS_ONLY}, * {@link #LOCATION_MODE_BATTERY_SAVING}, or {@link #LOCATION_MODE_OFF}. * * TODO: should we enforce {@link UserManager#hasUserRestriction(String)} with * {@link UserManager#DISALLOW_SHARE_LOCATION}? None of the other methods in here seem to. * * @param cr the content resolver to use * @param mode such as {@link #LOCATION_MODE_HIGH_ACCURACY} * @param userId the userId for which to change mode Loading Loading
core/java/android/provider/Settings.java +0 −4 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ import android.os.ServiceManager; import android.os.SystemProperties; import android.os.UserHandle; import android.os.Build.VERSION_CODES; import android.os.UserManager; import android.speech.tts.TextToSpeech; import android.text.TextUtils; import android.util.AndroidException; Loading Loading @@ -4440,9 +4439,6 @@ public final class Settings { * {@link #LOCATION_MODE_HIGH_ACCURACY}, {@link #LOCATION_MODE_SENSORS_ONLY}, * {@link #LOCATION_MODE_BATTERY_SAVING}, or {@link #LOCATION_MODE_OFF}. * * TODO: should we enforce {@link UserManager#hasUserRestriction(String)} with * {@link UserManager#DISALLOW_SHARE_LOCATION}? None of the other methods in here seem to. * * @param cr the content resolver to use * @param mode such as {@link #LOCATION_MODE_HIGH_ACCURACY} * @param userId the userId for which to change mode Loading