Our app is a webapp not an Android App. When we update the code, it is often necessary for the user to clear cache manually on the app, to force a refresh from the server. If there has been a database table change, it's often very necessary that this happens otherwise the app crashes.
Is there a way for us to force this refresh from the server using code?
I don't mind if this needs to happen in the Android app that envelops our webapp, or in the html/javascript of the webapp.
Any suggestions?