[Android] Add internet permissions.

These permissions are required for the ability to create sockets. Which are sort of required on a system that can make them.
This commit is contained in:
Ryan Houdek 2015-01-23 23:15:56 -06:00
parent 0b1d8fae1b
commit 0557fb6a9e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<application
android:icon="@drawable/ic_launcher"