Skip to content

Commit fd4da14

Browse files
Russell BrennerAndroid (Google) Code Review
authored andcommitted
Merge "Add Settings.Secure.USER_SETUP_COMPLETE" into jb-mr1-dev
2 parents 073a32d + de6ae44 commit fd4da14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/java/android/provider/Settings.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,6 +3140,12 @@ public static final String getBluetoothInputDevicePriorityKey(String address) {
31403140
@Deprecated
31413141
public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
31423142

3143+
/**
3144+
* Whether the current user has been set up via setup wizard (0 = false, 1 = true)
3145+
* @hide
3146+
*/
3147+
public static final String USER_SETUP_COMPLETE = "user_setup_complete";
3148+
31433149
/**
31443150
* List of input methods that are currently enabled. This is a string
31453151
* containing the IDs of all enabled input methods, each ID separated

0 commit comments

Comments
 (0)