Rename AutoTime and AutoTimeZone APIs part 2
Some usages were forgotten. Bug: 150958098 Test: m docs Change-Id: I1d3dc332942638160e35c9f5c224f51b47e71bb3
This commit is contained in:
@@ -8804,10 +8804,11 @@ public class DevicePolicyManager {
|
|||||||
* <p>
|
* <p>
|
||||||
* The following settings used to be supported, but can be controlled in other ways:
|
* The following settings used to be supported, but can be controlled in other ways:
|
||||||
* <ul>
|
* <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>
|
* {@link UserManager#DISALLOW_CONFIG_DATE_TIME} instead.</li>
|
||||||
* <li>{@link android.provider.Settings.Global#AUTO_TIME_ZONE} : Use {@link #setAutoTimeZone}
|
* <li>{@link android.provider.Settings.Global#AUTO_TIME_ZONE} : Use
|
||||||
* and {@link UserManager#DISALLOW_CONFIG_DATE_TIME} instead.</li>
|
* {@link #setAutoTimeZoneEnabled} and {@link UserManager#DISALLOW_CONFIG_DATE_TIME}
|
||||||
|
* instead.</li>
|
||||||
* <li>{@link android.provider.Settings.Global#DATA_ROAMING} : Use
|
* <li>{@link android.provider.Settings.Global#DATA_ROAMING} : Use
|
||||||
* {@link UserManager#DISALLOW_DATA_ROAMING} instead.</li>
|
* {@link UserManager#DISALLOW_DATA_ROAMING} instead.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user