summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5c645e3b3..34e25b8b4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -88,15 +88,6 @@
</intent-filter>
</activity>
- <activity android:name=".settings.SettingsActivity"
- android:label="@string/preferences_title">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="com.cyanogenmod.category.LAUNCHER_PREFERENCES" />
- </intent-filter>
- </activity>
-
<activity
android:name="com.android.launcher3.LauncherWallpaperPickerActivity"
android:theme="@style/Theme.WallpaperCropper"