The method suggested by android on how to obtain a unique id to track installations not devices is the following:
http://android-developers.blogspot.com/2011/03/identifying-app-installations.html
Does this mean by using the method above, users can "clear local data" on their devices meaning they will then have a new installation file installed?
I'm trying to find a decent way to limit the number of times my application is used, any other suggestions are welcome,