Add tablet and device product version for the Moves description text.
Provide corresponding version of the string device/phone/tablet
according to the product type.
Change-Id: I9f1e47b88ee0d72bb52b588f781470922ba572c2
Fixes: 30946424
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9b8614a..673c845 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -7726,8 +7726,12 @@
<!-- 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>
+ <!-- Preference summary for gesture settings (phone) [CHAR LIMIT=NONE]-->
+ <string name="gesture_preference_summary" product="default">Quick gestures to control your phone</string>
+ <!-- Preference summary for gesture settings (tablet) [CHAR LIMIT=NONE]-->
+ <string name="gesture_preference_summary" product="tablet">Quick gestures to control your tablet</string>
+ <!-- Preference summary for gesture settings (device) [CHAR LIMIT=NONE]-->
+ <string name="gesture_preference_summary" product="device">Quick gestures to control your device</string>
<!-- Title text for double tap power for camera [CHAR LIMIT=60]-->
<string name="double_tap_power_for_camera_title">Jump to Camera</string>
@@ -7750,8 +7754,12 @@
<!-- 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, swipe down on the fingerprint sensor on the back of your phone</string>
+ <!-- Summary text for fingerprint swipe for notifications (phone) [CHAR LIMIT=160]-->
+ <string name="fingerprint_swipe_for_notifications_summary" product="default">To check your notifications, swipe down on the fingerprint sensor on the back of your phone</string>
+ <!-- Summary text for fingerprint swipe for notifications (tablet) [CHAR LIMIT=160]-->
+ <string name="fingerprint_swipe_for_notifications_summary" product="tablet">To check your notifications, swipe down on the fingerprint sensor on the back of your tablet</string>
+ <!-- Summary text for fingerprint swipe for notifications (device) [CHAR LIMIT=160]-->
+ <string name="fingerprint_swipe_for_notifications_summary" product="device">To check your notifications, swipe down on the fingerprint sensor on the back of your device</string>
<!-- Switch text for each gesture setting state -->
<string name="gesture_setting_on">On</string>