aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/src/java/cyanogenmod/providers/CMSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/src/java/cyanogenmod/providers/CMSettings.java')
-rw-r--r--sdk/src/java/cyanogenmod/providers/CMSettings.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/sdk/src/java/cyanogenmod/providers/CMSettings.java b/sdk/src/java/cyanogenmod/providers/CMSettings.java
index ea627ce..cb1468c 100644
--- a/sdk/src/java/cyanogenmod/providers/CMSettings.java
+++ b/sdk/src/java/cyanogenmod/providers/CMSettings.java
@@ -2829,8 +2829,11 @@ 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 Use {@link Secure#USER_SETUP_COMPLETE} or
+ * {@link Settings.Global#DEVICE_PROVISIONED} instead
* @hide
*/
+ @Deprecated
public static final String CM_SETUP_WIZARD_COMPLETED = "cm_setup_wizard_completed";
/**