summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 62ca8fc..3cf1520 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1227,18 +1227,6 @@
android:value="com.android.settings.nfc.AndroidBeam" />
</activity>
- <!-- Accessibility tutorial -->
- <activity android:name="AccessibilityTutorialActivity"
- android:label="@string/accessibility_tutorial_title"
- android:configChanges="orientation"
- android:immersive="true"
- android:theme="@style/Theme.AccessibilityTutorialActivity">
- <intent-filter>
- <action android:name="android.settings.ACCESSIBILITY_TUTORIAL" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-