cmsdk: Deprecate CM_SETUP_WIZARD_COMPLETED

Change-Id: I1ddf79d8308def2056fa509b64a2ec4af5c39f31
Signed-off-by: Paul Keith <javelinanddart@aidenswann.com>
This commit is contained in:
Paul Keith 2017-02-17 17:47:17 -06:00 committed by Zhao Wei Liew
parent 76c621480c
commit 595640e86a
2 changed files with 5 additions and 0 deletions

View File

@ -126,7 +126,10 @@ import java.util.Map;
* they may change at slightly different times.
*
* Test whether the setting was properly set and is not null.
*
* @deprecated
*/
@Deprecated
@SmallTest
public void testCMProvisionedFlagFallbackSet() {
final String newCmFlag = CMSettings.Secure.getStringForUser(

View File

@ -2829,8 +2829,10 @@ 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
* @hide
*/
@Deprecated
public static final String CM_SETUP_WIZARD_COMPLETED = "cm_setup_wizard_completed";
/**