Update title string for Swipe gesture screen.
- Add a shorter version of the swipe fingerprint string to be used as
the preference screen title.
Change-Id: I76cdf19d2377f58eb52bf6d44116900d2a5c2e7b
Fixes: 68061630
Test: visual
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ad64069..44cbc46 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -8785,6 +8785,8 @@
<!-- Title text for swiping downwards on fingerprint sensor for notifications [CHAR LIMIT=80]-->
<string name="fingerprint_swipe_for_notifications_title">Swipe fingerprint for notifications</string>
+ <!-- Title text for fingerprint gesture preference screen [CHAR LIMIT=25] -->
+ <string name="fingerprint_gesture_screen_title">Swipe fingerprint</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>
diff --git a/res/xml/swipe_to_notification_settings.xml b/res/xml/swipe_to_notification_settings.xml
index 6269bdc..505383b 100644
--- a/res/xml/swipe_to_notification_settings.xml
+++ b/res/xml/swipe_to_notification_settings.xml
@@ -17,7 +17,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
- android:title="@string/fingerprint_swipe_for_notifications_title">
+ android:title="@string/fingerprint_gesture_screen_title">
<com.android.settings.widget.VideoPreference
android:key="gesture_swipe_down_fingerprint_video"