Merge "Update Gesture nav tutorial page title for Talkback support" into main

This commit is contained in:
Treehugger Robot
2025-01-21 20:44:14 -08:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -119,6 +119,7 @@
android:autoRemoveFromRecents="true"
android:excludeFromRecents="true"
android:theme="@style/GestureTutorialActivity"
android:label="@string/gesture_tutorial_title"
android:exported="true"
android:configChanges="orientation">
<intent-filter>
+3
View File
@@ -98,6 +98,9 @@
<!-- content description for hotseat items -->
<string name="hotseat_prediction_content_description">Predicted app: <xliff:g id="title" example="Chrome">%1$s</xliff:g></string>
<!-- Title of the Gesture Navigation Tutorial page [CHAR LIMIT=NONE] -->
<string name="gesture_tutorial_title">Gesture Navigation Tutorial</string>
<!-- Title of prompt shown before the gesture navigation tutorial to users who need to rotate their screen. [CHAR LIMIT=100] -->
<string name="gesture_tutorial_rotation_prompt_title">Rotate your device</string>
<!-- Prompt shown before the gesture navigation tutorial to users who need to rotate their screen to begin. [CHAR LIMIT=100] -->