Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ba6e6a7 authored by Doris Ling's avatar Doris Ling Committed by Android (Google) Code Review
Browse files

Merge "Change gesture settings for Ambient Display from nudge to double tap." into nyc-mr1-dev

parents f46dabcf 6607d492
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7693,25 +7693,25 @@
    <string name="double_tap_power_for_camera_title">Jump to Camera</string>
    <!-- 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]-->
    <string name="double_twist_for_camera_mode_title">Flip camera</string>
    <!-- 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]-->
    <string name="ambient_display_title">Quick screen check</string>
    <!-- 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]-->
    <string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
    <!-- 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 -->
    <string name="gesture_setting_on">On</string>
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@
        <PreferenceScreen
                android:key="doze"
                android:title="@string/doze_title"
                android:summary="@string/doze_summary"
                android:summary="@string/ambient_display_summary"
                android:fragment="com.android.settings.gestures.GestureSettings" >
                <extra android:name="gesture_scroll_to_preference"
                       android:value="gesture_pick_up_and_nudge" />
+1 −1
Original line number Diff line number Diff line
@@ -41,6 +41,6 @@
        android:key="gesture_pick_up_and_nudge"
        android:title="@string/ambient_display_title"
        android:summary="@string/ambient_display_summary"
        settings:animation="@raw/gesture_ambient_move_lift"/>
        settings:animation="@raw/gesture_ambient_tap"/>

</PreferenceScreen>
 No newline at end of file