diff options
| author | Darrell Shi <darrellshi@google.com> | 2022-02-01 01:54:12 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-02-01 01:54:12 +0000 |
| commit | 2be259755371bad4c19932e63f35ecb805b917f9 (patch) | |
| tree | 6d1df68ff71c58d2377f3b61430c9ac3d554bb3d /core/java | |
| parent | 7b4b98b581ac9ab3d6f224e2b5ddc5cd0d791db8 (diff) | |
| parent | 7132ff527ff970b2146f67ca18e677b082a5a36a (diff) | |
Merge "Add settings key for storing timeout to user 0 preference."
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index e2c69f9538a7..4e9aec751bdb 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -10065,6 +10065,13 @@ public final class Settings { public static final String QS_AUTO_ADDED_TILES = "qs_auto_tiles"; /** + * The duration of timeout, in milliseconds, to switch from a non-primary user to the + * primary user when the device is docked. + * @hide + */ + public static final String TIMEOUT_TO_USER_ZERO = "timeout_to_user_zero"; + + /** * Backup manager behavioral parameters. * This is encoded as a key=value list, separated by commas. Ex: * |
