Don't show app on the launcher

This commit is contained in:
Jonathan Klee 2024-09-04 17:01:04 +02:00
parent a4eb268aa0
commit 160c4cfd88

View file

@ -40,7 +40,6 @@
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>