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?
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?