Rename AutoTime and AutoTimeZone APIs part 2 am: f9fe6f87a9 am: b6af479ab5 am: 06d07e243b

Change-Id: I9a8509727dacd8232aefebd5b5be559e391555ef
This commit is contained in:
Automerger Merge Worker
2020-03-13 17:12:25 +00:00

View File

@@ -8804,10 +8804,11 @@ public class DevicePolicyManager {
* <p>
* The following settings used to be supported, but can be controlled in other ways:
* <ul>
* <li>{@link android.provider.Settings.Global#AUTO_TIME} : Use {@link #setAutoTime} and
* <li>{@link android.provider.Settings.Global#AUTO_TIME} : Use {@link #setAutoTimeEnabled} and
* {@link UserManager#DISALLOW_CONFIG_DATE_TIME} instead.</li>
* <li>{@link android.provider.Settings.Global#AUTO_TIME_ZONE} : Use {@link #setAutoTimeZone}
* and {@link UserManager#DISALLOW_CONFIG_DATE_TIME} instead.</li>
* <li>{@link android.provider.Settings.Global#AUTO_TIME_ZONE} : Use
* {@link #setAutoTimeZoneEnabled} and {@link UserManager#DISALLOW_CONFIG_DATE_TIME}
* instead.</li>
* <li>{@link android.provider.Settings.Global#DATA_ROAMING} : Use
* {@link UserManager#DISALLOW_DATA_ROAMING} instead.</li>
* </ul>