Skip to content

Commit

Permalink
[Update] Internet connection AndroidManifest
Browse files Browse the repository at this point in the history
Added permission for internet connection
  • Loading branch information
Psykotik committed Jan 26, 2017
1 parent 9642d02 commit 66e66de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Radion/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.jordanlambert.radion">

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

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 66e66de

Please sign in to comment.