Add a proper description for CM_SETUP_WIZARD_COMPLETED deprecation
Change-Id: I7bf1ee5644b178173941803fccafbbd501289acd
This commit is contained in:
parent
62edb35560
commit
f50d55140f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user