Skip to content
Snippets Groups Projects
Commit 40763d2d authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#17 Android permission for downloading from internet

parent ec7a6ce8
Branches
Tags
No related merge requests found
......@@ -7,6 +7,7 @@
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment