Skip to content

Commit

Permalink
Added internet permissions (for future use)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisfeld committed Jun 18, 2015
1 parent b18d495 commit f53f227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Augendiagnose/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
android:targetSdkVersion="22" />

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

<supports-screens
android:anyDensity="true"
Expand Down

0 comments on commit f53f227

Please sign in to comment.