I am new in Android. I want to add one custom Confirmation before uninstall my Application in Android.
How I can achieve this?
Thanks in advance.
I am new in Android. I want to add one custom Confirmation before uninstall my Application in Android.
How I can achieve this?
Thanks in advance.
This is handled by Android and thus you have no control over what happens (or when) your app is uninstalled. In case you're worried about clean up, the data stored to the SD card and any phone setting modifications will remain after the app is uninstalled - everything else (application data/cache/shared prefs) will be deleted.
what do you mean by reuse it? if your existing data structure and logic and flow doesnt change in the application it will automatically reuse it..but if any of the steps used for saving and using it is changed then its the responsibility with the developer if it wants to reuse the data pre-existing on the device or not.
hope it helps.