Skip to content

Commit de6ae44

Browse files
author
Russell Brenner
committed
Add Settings.Secure.USER_SETUP_COMPLETE
To be set for each individual user upon completion of setup wizard. This complements Settings.Global.DEVICE_PROVISIONED, which is set upon completion of setup wizard by the primary user. Bug: 7236987 Change-Id: I22f279e3262504f529345bbce30b39c71a41dce7
1 parent 13987fb commit de6ae44

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
@@ -3089,6 +3089,12 @@ public static final String getBluetoothInputDevicePriorityKey(String address) {
30893089
@Deprecated
30903090
public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
30913091

3092+
/**
3093+
* Whether the current user has been set up via setup wizard (0 = false, 1 = true)
3094+
* @hide
3095+
*/
3096+
public static final String USER_SETUP_COMPLETE = "user_setup_complete";
3097+
30923098
/**
30933099
* List of input methods that are currently enabled. This is a string
30943100
* containing the IDs of all enabled input methods, each ID separated

0 commit comments

Comments
 (0)