danikula/AndroidVideoCache

HttpProxyCacheServes not works in Android 9

omidraha opened this issue · 1 comments

In Android 9,

The proxy.getProxyUrl(url); return the same url and not cached url.

But it works on Android 4.4-7.

Fixed by this,
But another issue happened.