> My application needs to store some application specific data on the > device that persist, even when the app is uninstalled. Using files or > databases is not possible as they are deleted with the app when the > app is uninstalled. Storing it on an SD-card is too fragile. It is my > understanding Content Providers also are deleted with their parent > app? > > How can this be achieved?
With your list of restrictions, it is impossible. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

