Skip to content

Commit

Permalink
Add internet permission
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmarnold committed Aug 24, 2015
1 parent c4f123c commit 808cb53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stingray-api-client/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.stingraymappingproject.api.clientandroid">

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

<application>
<service
android:name=".ClientService"
Expand Down

0 comments on commit 808cb53

Please sign in to comment.