Skip to content

Commit

Permalink
allow internet
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgamr committed Sep 20, 2014
1 parent d240ad0 commit cc40a57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin.xml
Expand Up @@ -49,5 +49,9 @@
android:value="@string/app_id" />
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</config-file>
</platform>
</plugin>

0 comments on commit cc40a57

Please sign in to comment.