internet
This commit is contained in:
parent
5f2f62c8f0
commit
464ef4e697
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue