In my app I create a data.db file, and I have the following problem, when I uninstall the app in my android 6.0, it does not erase it, when I have registration data of the app, when I reinstall the app, I think I’m still registered. What must be done so that when the app is uninstalled in the mobile, the data is also deleted ?. Thank you very much in advance.
Apps can be installed on Android either for the currently logged in account or for all accounts on the device. It’s possible that if the app is installed for the entire device, other accounts may be holding on to the app.
I would think each account would have it’s own sandbox for data, but I’m not sure about that.
Apps can be installed on Android either for the currently logged in account or for all accounts on the device. It’s possible that if the app is installed for the entire device, other accounts may be holding on to the app.
I would think each account would have it’s own sandbox for data, but I’m not sure about that.