Skip to content

Commit 3ff5b31

Browse files
flawedworldthestinger
authored andcommitted
Fix local network access on 17
1 parent 2298f88 commit 3ff5b31

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<!-- Used for internal WebDAV plugin -->
2424
<uses-permission android:name="android.permission.INTERNET" />
2525

26+
<!-- Needed to enable access to RFC1918 network backup locations -->
27+
<uses-permission android:name="android.permission.ACCESS_LOCAL_NETWORK" />
28+
2629
<!-- This is needed to inform users about backup status and errors -->
2730
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
2831

default-permissions_com.stevesoltys.seedvault.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
1010
<!-- Needed to back up original files with all metadata -->
1111
<permission name="android.permission.ACCESS_MEDIA_LOCATION" fixed="true"/>
12+
<!-- Needed to enable access to RFC1918 network backup locations -->
13+
<permission name="android.permission.ACCESS_LOCAL_NETWORK" fixed="false"/>
1214
</exception>
1315
</exceptions>

0 commit comments

Comments
 (0)