Skip to content

Commit

Permalink
Fix android network connection - resolves #221
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Dec 11, 2021
1 parent f260627 commit 5af36aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.notifi.notifi">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
Expand Down

0 comments on commit 5af36aa

Please sign in to comment.