Skip to content

Commit

Permalink
added android internet permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Oct 14, 2022
1 parent bd49f4e commit 46b002f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.skyle_ik">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:label="skyle_ik"
android:name="${applicationName}"
Expand Down

0 comments on commit 46b002f

Please sign in to comment.