It looks like there's a bug on Froyo where the user can clear app data even if allow clear user data is false in the manifest. I would like to put out a demo that stops working after a certain amount of usage and the simplest way is to put a counter in shared preferences (or another file) somewhere, however if a user can clear the data then all that he/she would need to do is clear the app data every time the app locks.
If there a way to put this data into a file that the user cannot delete? Or should I just get my demo out there and hope that this bug get plugged? -BB -- 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

