Add a proper description for CM_SETUP_WIZARD_COMPLETED deprecation

Change-Id: I7bf1ee5644b178173941803fccafbbd501289acd
This commit is contained in:
Zhao Wei Liew 2017-02-19 17:37:53 +08:00
parent 62edb35560
commit f50d55140f
2 changed files with 4 additions and 2 deletions

View File

@ -127,7 +127,8 @@ import java.util.Map;
*
* Test whether the setting was properly set and is not null.
*
* @deprecated
* @deprecated Replaced by {@link Settings.Global#DEVICE_PROVISIONED}
* or {@link Settings.Secure#USER_SETUP_COMPLETE}
*/
@Deprecated
@SmallTest

View File

@ -2829,7 +2829,8 @@ public final class CMSettings {
* Set to 0 when we enter the CM Setup Wizard.
* Set to 1 when we exit the CM Setup Wizard.
*
* @deprecated
* @deprecated Use {@link Secure#USER_SETUP_COMPLETE} or
* {@link Settings.Global#DEVICE_PROVISIONED} instead
* @hide
*/
@Deprecated