Android Question a strange question about android ID

yhyzhj

Member
I use this code to get android ID.
B4X:
Dim p as phone
Dim id as string
id=p.GetSettings("android_id")
but the id is difference from by ADB(adb shell settings get secure android_id)
on android 6.0 - 7.0, the IDs are the same. on android 8.1 - 9.0, the IDs are difference.
i wnat to know why?
 
Top