Merge "Change gesture settings for Ambient Display from nudge to double tap." into nyc-mr1-dev
This commit is contained in:
@@ -7693,25 +7693,25 @@
|
|||||||
<string name="double_tap_power_for_camera_title">Jump to Camera</string>
|
<string name="double_tap_power_for_camera_title">Jump to Camera</string>
|
||||||
|
|
||||||
<!-- Summary text for double tap power for camera [CHAR LIMIT=160]-->
|
<!-- Summary text for double tap power for camera [CHAR LIMIT=160]-->
|
||||||
<string name="double_tap_power_for_camera_summary">To quickly open camera, just double-tap the power button. Works from any screen.</string>
|
<string name="double_tap_power_for_camera_summary">To quickly open camera, just double-tap the power button. Works from any screen</string>
|
||||||
|
|
||||||
<!-- Title text for double twist for camera mode [CHAR LIMIT=60]-->
|
<!-- Title text for double twist for camera mode [CHAR LIMIT=60]-->
|
||||||
<string name="double_twist_for_camera_mode_title">Flip camera</string>
|
<string name="double_twist_for_camera_mode_title">Flip camera</string>
|
||||||
|
|
||||||
<!-- Summary text for double twist for camera mode [CHAR LIMIT=160]-->
|
<!-- Summary text for double twist for camera mode [CHAR LIMIT=160]-->
|
||||||
<string name="double_twist_for_camera_mode_summary">To switch between front and back cameras, double-twist.</string>
|
<string name="double_twist_for_camera_mode_summary">To switch between front and back cameras, double-twist</string>
|
||||||
|
|
||||||
<!-- Title text for ambient display [CHAR LIMIT=60]-->
|
<!-- Title text for ambient display [CHAR LIMIT=60]-->
|
||||||
<string name="ambient_display_title">Quick screen check</string>
|
<string name="ambient_display_title">Quick screen check</string>
|
||||||
|
|
||||||
<!-- Summary text for ambient display [CHAR LIMIT=160]-->
|
<!-- Summary text for ambient display [CHAR LIMIT=160]-->
|
||||||
<string name="ambient_display_summary">To check your phone without waking it up fully, nudge or pick it up.</string>
|
<string name="ambient_display_summary">To check your phone without waking it up, double-tap the screen or raise the device</string>
|
||||||
|
|
||||||
<!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]-->
|
<!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]-->
|
||||||
<string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
|
<string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
|
||||||
|
|
||||||
<!-- Summary text for fingerprint swipe for notifications [CHAR LIMIT=160]-->
|
<!-- Summary text for fingerprint swipe for notifications [CHAR LIMIT=160]-->
|
||||||
<string name="fingerprint_swipe_for_notifications_summary">To check your notifications from any screen, swipe down on the fingerprint sensor.</string>
|
<string name="fingerprint_swipe_for_notifications_summary">To check your notifications from any screen, swipe down on the fingerprint sensor</string>
|
||||||
|
|
||||||
<!-- Switch text for each gesture setting state -->
|
<!-- Switch text for each gesture setting state -->
|
||||||
<string name="gesture_setting_on">On</string>
|
<string name="gesture_setting_on">On</string>
|
||||||
|
@@ -81,7 +81,7 @@
|
|||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:key="doze"
|
android:key="doze"
|
||||||
android:title="@string/doze_title"
|
android:title="@string/doze_title"
|
||||||
android:summary="@string/doze_summary"
|
android:summary="@string/ambient_display_summary"
|
||||||
android:fragment="com.android.settings.gestures.GestureSettings" >
|
android:fragment="com.android.settings.gestures.GestureSettings" >
|
||||||
<extra android:name="gesture_scroll_to_preference"
|
<extra android:name="gesture_scroll_to_preference"
|
||||||
android:value="gesture_pick_up_and_nudge" />
|
android:value="gesture_pick_up_and_nudge" />
|
||||||
|
@@ -41,6 +41,6 @@
|
|||||||
android:key="gesture_pick_up_and_nudge"
|
android:key="gesture_pick_up_and_nudge"
|
||||||
android:title="@string/ambient_display_title"
|
android:title="@string/ambient_display_title"
|
||||||
android:summary="@string/ambient_display_summary"
|
android:summary="@string/ambient_display_summary"
|
||||||
settings:animation="@raw/gesture_ambient_move_lift"/>
|
settings:animation="@raw/gesture_ambient_tap"/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Reference in New Issue
Block a user