My question is essentially a follow up or clarification to this question.
I have an Android app built using Javascript and Adobe\'s Phonegap Build service, and I\'m
Since Phonegap uses Webiview to render your app : WebView and Phonegap.
And For security reason each app that uses WebView
has its own cache and history.
"No User or OS wants such data to be accessed by 3rd party applications".
So in a nutshell, your app will keep its own history and data in its cache folder and will be deleted in one of the following cases:
To read more about this. take look at WebView cache : Cookie and window management