Skip to content

Commit

Permalink
cmsdk: Deprecate CM_SETUP_WIZARD_COMPLETED
Browse files Browse the repository at this point in the history
Change-Id: I1ddf79d8308def2056fa509b64a2ec4af5c39f31
Signed-off-by: Paul Keith <[email protected]>
  • Loading branch information
javelinanddart committed Feb 17, 2017
1 parent 8f0eb55 commit 797a45a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ public void testSettingsProviderKeyForwarding() {
* 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(
Expand Down
2 changes: 2 additions & 0 deletions sdk/src/java/cyanogenmod/providers/CMSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -2864,8 +2864,10 @@ public static boolean putFloatForUser(ContentResolver cr, String name, float val
* 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";

/**
Expand Down

0 comments on commit 797a45a

Please sign in to comment.