mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Add internet permission to allow web gui listening.
This commit is contained in:
parent
b091d430a8
commit
72bb26f110
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue