feat: Add android:usesCleartextTraffic="true" to manifest to allow insecure HTTP traffic #153
Closed
3 tasks done
Labels
Feature request
Requesting a new feature that's not implemented yet
Feature description
On newer api levels, android disallows insecure http traffic by default. This can be changed by setting android:usesCleartextTraffic="true" in the application tag of the manifest. This patch should be universal.
Motivation
I am using FolderSync to, well, sync folders. However it only allows HTTPS. Since I am running the server I want to sync my device with on my local network and connect to it using a local ip address, I can't and needn't use HTTPS.
As far as I can tell, this patch would be pretty much the same as the one making every activity exported, with just a few lines changed. Therefore it should only require minimal effort.
Acknowledgements
The text was updated successfully, but these errors were encountered: