In Android 9,
The proxy.getProxyUrl(url); return the same url and not cached url.
proxy.getProxyUrl(url);
But it works on Android 4.4-7.
Fixed by this, But another issue happened.