diff options
author | 2016-12-09 15:06:02 -0800 | |
---|---|---|
committer | 2016-12-12 13:13:42 -0800 | |
commit | a62fb16b34234cbf8a0f0ff236ec0578d7141901 (patch) | |
tree | 3047716cd03a1d93d32053bded5efef7817dd9e4 /include/android/configuration.h | |
parent | ae01df2851d0f188f2459eccefca926cf5ccf9d0 (diff) |
Introduce new UI_MODE_TYPE_VR_HEADSET.
Bug: 30989383
Test: None yet, compile only
Change-Id: I77fd12c4c108e5135c5f1fd6d669c0041debca87
Diffstat (limited to 'include/android/configuration.h')
-rw-r--r-- | include/android/configuration.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index 8e10f67662..b469e7e213 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -300,6 +300,11 @@ enum { * <a href="@dacRoot/guide/topics/resources/providing-resources.html#UiModeQualifier">watch</a> resource qualifier specified. */ ACONFIGURATION_UI_MODE_TYPE_WATCH = 0x06, + /** + * UI mode: value that corresponds to + * <a href="@dacRoot/guide/topics/resources/providing-resources.html#UiModeQualifier">vr</a> resource qualifier specified. + */ + ACONFIGURATION_UI_MODE_TYPE_VR_HEADSET = 0x07, /** UI night mode: not specified.*/ ACONFIGURATION_UI_MODE_NIGHT_ANY = 0x00, |