am fd4da14c: Merge "Add Settings.Secure.USER_SETUP_COMPLETE" into jb-mr1-dev
* commit 'fd4da14c8304912dcb8ee54d4597527c2ee0d2d2': Add Settings.Secure.USER_SETUP_COMPLETE
This commit is contained in:
@@ -3140,6 +3140,12 @@ public final class Settings {
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
|
public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the current user has been set up via setup wizard (0 = false, 1 = true)
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String USER_SETUP_COMPLETE = "user_setup_complete";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of input methods that are currently enabled. This is a string
|
* List of input methods that are currently enabled. This is a string
|
||||||
* containing the IDs of all enabled input methods, each ID separated
|
* containing the IDs of all enabled input methods, each ID separated
|
||||||
|
|||||||
Reference in New Issue
Block a user