I was tracking the user behavior using flurry in my android app. I came across a function called FlurryAgent.getphoneId()
I had 2 questions:
1) Is this Id unique to every single phone? I am trying to make this the unique Id for each customer. I have checked this id with 2 different devices and FlurryAgent.getphoneId() gives 2 different Ids. However, I am confused if those 2 ids are device Ids or unique user ids. (I am afraid 2 Motorola Fire XT 530 may have the same FlurryAgent.getphoneId().)
2) After I clear app data this phoneId doesn't seem to be changed. Where is this phoneId stored?
I have checked their website but no documentation on getphoneId is available. Please help.