1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Add internet permission to allow web gui listening.

This commit is contained in:
Felix Ableitner 2014-05-05 22:39:55 +02:00
parent b091d430a8
commit 72bb26f110

View file

@ -8,6 +8,7 @@
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="@string/app_name" >
<activity