diff options
author | keunyoung <keunyoung@google.com> | 2014-07-28 13:12:50 -0700 |
---|---|---|
committer | keunyoung <keunyoung@google.com> | 2014-07-30 14:12:34 -0700 |
commit | 1d0a7ccd007e7ce62588212f76db09d2e593b742 (patch) | |
tree | e7182018a73ef9993a5509ea3b74a3b42a5e1f3b /api | |
parent | 0bc94550b46a9eef515e395fb7975781ed5b95e6 (diff) | |
download | frameworks_base-1d0a7ccd007e7ce62588212f76db09d2e593b742.zip frameworks_base-1d0a7ccd007e7ce62588212f76db09d2e593b742.tar.gz frameworks_base-1d0a7ccd007e7ce62588212f76db09d2e593b742.tar.bz2 |
add UiModeManager.ENABLE_CAR_MODE_NO_WAKE_LOCK flag for enableCarMode
- When this flag is set, system no longer keeps the display on while in car mode.
bug: 15472822
Change-Id: I277368be5227eaf96213684598f278c39e4c34db
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index a3a99c7..32c22bd 100644 --- a/api/current.txt +++ b/api/current.txt @@ -5219,6 +5219,7 @@ package android.app { field public static java.lang.String ACTION_EXIT_DESK_MODE; field public static final int DISABLE_CAR_MODE_GO_HOME = 1; // 0x1 field public static final int ENABLE_CAR_MODE_GO_CAR_HOME = 1; // 0x1 + field public static final int ENABLE_CAR_MODE_NO_WAKE_LOCK = 2; // 0x2 field public static final int MODE_NIGHT_AUTO = 0; // 0x0 field public static final int MODE_NIGHT_NO = 1; // 0x1 field public static final int MODE_NIGHT_YES = 2; // 0x2 |