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

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

Merge "Add summary for Settings->Gestures." into nyc-mr1-dev

parents e577ed1b 6ae44a03
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2933,6 +2933,8 @@
                       android:value="com.android.settings.category.device" />
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                       android:value="com.android.settings.gestures.GestureSettings" />
            <meta-data android:name="com.android.settings.summary"
                       android:resource="@string/gesture_preference_summary" />
        </activity>

        <activity android:name="BackupSettingsActivity"
+3 −0
Original line number Diff line number Diff line
@@ -7686,6 +7686,9 @@
    <!-- Preference title for gesture settings [CHAR LIMIT=25]-->
    <string name="gesture_preference_title">Gestures</string>
    <!-- Preference summary for gesture settings [CHAR LIMIT=NONE]-->
    <string name="gesture_preference_summary">Quick gestures to control your phone</string>
    <!-- Title text for double tap power for camera [CHAR LIMIT=60]-->
    <string name="double_tap_power_for_camera_title">Jump to Camera</string>