cmsdk: Deprecate CM_SETUP_WIZARD_COMPLETED
Change-Id: I1ddf79d8308def2056fa509b64a2ec4af5c39f31 Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
This commit is contained in:
parent
76c621480c
commit
595640e86a
@ -126,7 +126,10 @@ import java.util.Map;
|
|||||||
* they may change at slightly different times.
|
* they may change at slightly different times.
|
||||||
*
|
*
|
||||||
* Test whether the setting was properly set and is not null.
|
* Test whether the setting was properly set and is not null.
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
@SmallTest
|
@SmallTest
|
||||||
public void testCMProvisionedFlagFallbackSet() {
|
public void testCMProvisionedFlagFallbackSet() {
|
||||||
final String newCmFlag = CMSettings.Secure.getStringForUser(
|
final String newCmFlag = CMSettings.Secure.getStringForUser(
|
||||||
|
@ -2829,8 +2829,10 @@ public final class CMSettings {
|
|||||||
* Set to 0 when we enter the CM Setup Wizard.
|
* Set to 0 when we enter the CM Setup Wizard.
|
||||||
* Set to 1 when we exit the CM Setup Wizard.
|
* Set to 1 when we exit the CM Setup Wizard.
|
||||||
*
|
*
|
||||||
|
* @deprecated
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static final String CM_SETUP_WIZARD_COMPLETED = "cm_setup_wizard_completed";
|
public static final String CM_SETUP_WIZARD_COMPLETED = "cm_setup_wizard_completed";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user