We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 073a32d + de6ae44 commit fd4da14Copy full SHA for fd4da14
core/java/android/provider/Settings.java
@@ -3140,6 +3140,12 @@ public static final String getBluetoothInputDevicePriorityKey(String address) {
3140
@Deprecated
3141
public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
3142
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
+
3149
/**
3150
* List of input methods that are currently enabled. This is a string
3151
* containing the IDs of all enabled input methods, each ID separated
0 commit comments