This commit is contained in:
Philipp Heckel 2021-10-25 15:39:52 -04:00
parent 5f2f62c8f0
commit 464ef4e697

View file

@ -18,6 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.heckel.ntfy">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
@ -28,7 +30,6 @@
<activity android:name="io.heckel.ntfy.list.TopicsListActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>