Skip to content

Commit

Permalink
Added Internet permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Jan 11, 2016
1 parent 1c843b2 commit bd05017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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="net.infojobs.training2">

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

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

0 comments on commit bd05017

Please # to comment.