Feat: Allow using HTTP for WebDAV

No reason to disallow HTTP WebDAV while we are allowing FTP.
This commit is contained in:
Hai Zhang 2024-03-01 14:20:19 -08:00
parent 92a8549f69
commit b95dbc1769

View File

@ -53,6 +53,7 @@
android:roundIcon="@mipmap/launcher_icon"
android:supportsRtl="true"
android:theme="@style/Theme.MaterialFiles"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">
<activity