Merge \\"Add summary for Settings->Gestures.\\" into nyc-mr1-dev am: f46dabcf0f

am: 4dd0373203

Change-Id: Ib0a7afc22ef73bb3cec8f8bb44da73b9487256eb
This commit is contained in:
Doris Ling
2016-07-08 23:11:51 +00:00
committed by android-build-merger
2 changed files with 5 additions and 0 deletions

View File

@@ -2935,6 +2935,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"

View File

@@ -7682,6 +7682,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>