Skip to content

Commit

Permalink
Update AndroidManifest.xml for Internet permisiion for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
foysal012 authored Sep 16, 2023
1 parent 75f8900 commit d5ee761
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="com.example.fitnessapp">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application
android:label="fitnessapp"
android:name="${applicationName}"
Expand Down

0 comments on commit d5ee761

Please sign in to comment.