You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@claude in Android you can block HTTP cleartext and only allow HTTPS traffic using usesCleartextTraffic="false" or, better, a network-security-config with cleartextTrafficPermitted="false"
Implement and open a PR
@claude in Android you can block HTTP cleartext and only allow HTTPS traffic using usesCleartextTraffic="false" or, better, a network-security-config with cleartextTrafficPermitted="false"
Implement and open a PR