Skip to content

Commit

Permalink
Add network permissions to AndroidManifest (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
AfigAliyev committed Aug 15, 2022
1 parent 6c79145 commit 3a11f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.maximillianleonov.cinemax">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:name=".CinemaxApplication"
android:allowBackup="true"
Expand Down

0 comments on commit 3a11f33

Please sign in to comment.