Possible Duplicate:
Android Trial Applications
I'm trying to create a trial application, which allows the user to use the service for, say, 30 days. Is there a way to keep track of this on the device itself without the user being able to alter or delete the data?
Using SharedPreferences for example would enable the user to remove app data in settings -> applications, or a simple uninstall - install would remove this data.