Android volley doesn't work on local WiFi if 3G/4G is ON
问题 I have an app that communicates with a Ricoh Theta camera. The camera creates its WiFi network and OSC (Open Spherical Camera) web server (IP 192.168.1.1, port 80), on which I connect my device. Everything works fine if only the WiFi is ON. But when I also put the mobile data ON, then I get a timeout error. No sure if it can be useful, but here is some code: protected void executePost(String request, final String body, final RequestListener listener) { StringRequest stringRequest = new