Skip to content

Commit

Permalink
Add a proper description for CM_SETUP_WIZARD_COMPLETED deprecation
Browse files Browse the repository at this point in the history
Change-Id: I7bf1ee5644b178173941803fccafbbd501289acd
  • Loading branch information
zwliew committed Feb 19, 2017
1 parent 797a45a commit cb1bb04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ public void testSettingsProviderKeyForwarding() {
*
* 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
Expand Down
3 changes: 2 additions & 1 deletion sdk/src/java/cyanogenmod/providers/CMSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,8 @@ 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
* @deprecated Use {@link Secure#USER_SETUP_COMPLETE} or
* {@link Settings.Global#DEVICE_PROVISIONED} instead
* @hide
*/
@Deprecated
Expand Down

0 comments on commit cb1bb04

Please sign in to comment.