Look to identify the user, email, or phone identifier from Android 1.5. I've seen how to access account information from 2.0 and above but need this functionality in 1.5.
views:
391answers:
1
+2
A:
If you are looking for hardware information try using getDeviceId(). I know of a few developers that use this to tag and track Android trial application installations and have been using this since at least 1.1 SDK if not before.
snctln
2010-03-02 15:07:26
That was exactly what I was looking for. Thank you.
KawBoy
2010-03-03 13:42:09