Merge "Add settings for altering VR display behavior." into nyc-dev am: 3a3d110
am: 0db43e4
* commit '0db43e44d04854aec6c3d8902fe7a78b9047816c':
Add settings for altering VR display behavior.
Change-Id: I8c79191c9baf60258543ea5718a647012c720c51
This commit is contained in:
@@ -6059,6 +6059,15 @@
|
||||
applications in virtual reality mode.
|
||||
</string>
|
||||
|
||||
<!-- Title for what display preferences are applied when device is in VR mode -->
|
||||
<string name="display_vr_pref_title">When device is in VR mode</string>
|
||||
|
||||
<!-- [CHAR LIMIT=70] Put display into low-persistence mode, this decreases motion blur. -->
|
||||
<string name="display_vr_pref_low_persistence">Use low motion blur settings</string>
|
||||
|
||||
<!-- [CHAR LIMIT=70] Do not change display settings. -->
|
||||
<string name="display_vr_pref_off">Do nothing</string>
|
||||
|
||||
<!-- Sound & notification > Advanced section: Title for managing Do Not Disturb access option. [CHAR LIMIT=40] -->
|
||||
<string name="manage_zen_access_title">Do Not Disturb access</string>
|
||||
|
||||
@@ -6938,7 +6947,7 @@
|
||||
<!-- Description of allowing overlay setting [CHAR LIMIT=NONE] -->
|
||||
<string name="allow_overlay_description">This permission allows an app to display on top of other apps you\u2019re using and may interfere with your use of the interface in other applications, or change what you think you are seeing in other applications.</string>
|
||||
|
||||
<!-- Keyword for VR settinsg -->
|
||||
<!-- Keyword for VR setting -->
|
||||
<string name="keywords_vr_listener">vr virtual reality listener stereo helper service</string>
|
||||
<!-- Keyword for SYSTEM_ALERT_WINDOW -->
|
||||
<string name="keywords_system_alert_window">system alert window dialog draw on top other apps</string>
|
||||
|
||||
@@ -106,4 +106,9 @@
|
||||
settings:keywords="@string/keywords_display_cast_screen"
|
||||
android:fragment="com.android.settings.wfd.WifiDisplaySettings" />
|
||||
|
||||
<DropDownPreference
|
||||
android:key="vr_display_pref"
|
||||
android:summary="%s"
|
||||
android:title="@string/display_vr_pref_title" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user