Backgrounds: remove from launcher
It was available for development purposes
Signed-off-by: Joey <joey@lineageos.org>
Change-Id: I33da60c6594a905e80349c42fa5bba05208de969
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7ecc1da..9332d06 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -34,10 +34,6 @@
android:resizeableActivity="false"
android:theme="@style/AppTheme.TranslucentNav">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- <intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>