Websettings.SetAppCacheEnabled deprecated, what to use instead?

Viewed 237

During an attempt to bring an older android application into the modern world, I have come across the deprecated statement of:

websettings.setAppCacheEnabled(false)

What is the modern Androidx alternate?

0 Answers
Related