summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2019-11-07 15:12:22 -0800
committerSantiago Etchebehere <santie@google.com>2019-11-07 15:12:22 -0800
commitc23573f876c95ceb8c063c4e65140a2a483e54f3 (patch)
tree56a2f87037c70d42f2183e09eff8ab0b8615602b /AndroidManifest.xml
parent55822c0f54c3412e07ee07611f343bc79e36ddf0 (diff)
downloadandroid_packages_apps_WallpaperPicker2-c23573f876c95ceb8c063c4e65140a2a483e54f3.tar.gz
android_packages_apps_WallpaperPicker2-c23573f876c95ceb8c063c4e65140a2a483e54f3.tar.bz2
android_packages_apps_WallpaperPicker2-c23573f876c95ceb8c063c4e65140a2a483e54f3.zip
Remove LAUNCHER category from main activity
We don't want it in launcher all-apps Bug: 124429591 Change-Id: I3177e1621e339030741da0289e8b38c9d2e9c0b2
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1415226..1a7eeee 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,7 +50,6 @@
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity-alias>