I realize that this problem can be solved in the future by using some sort of SharedPreferences value that contains the app version and is set only on the very first run. However, I'm considering adding ads to one of my apps and I'd like to not bombard existing users with ads without offering more value to them.
I was wondering, therefore, if there is some sort of innate property that would let me detect this, or if it's too late to do it for this version as I would have needed to implement that beforehand. Unfortunately, the app is very simple and so at the moment I haven't even used any preferences. Thanks!
(I considered asking this on AndroidEnthusiasts, but I reasoned that it really is an SDK question that devs would be better able to answer)