Add tutorial dialog for gesture navigation
Add new tutorial dialog for gesture navigation in order to teach
users how to use the gesture
Fixes: 133650388
Test: Manual
Change-Id: I7cc6a950af49044b27cf7ca41e3bcf67ef40b5fd
Merged-In: I7cc6a950af49044b27cf7ca41e3bcf67ef40b5fd
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f7465fe..ef68318 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1501,6 +1501,11 @@
</activity>
<activity
+ android:name=".SettingsTutorialDialogWrapperActivity"
+ android:theme="@style/Theme.AlertDialog"
+ android:exported="false"/>
+
+ <activity
android:name="Settings$TextToSpeechSettingsActivity"
android:label="@string/tts_settings">
<intent-filter android:priority="1">