I use this code to get 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?
B4X:
Dim p as phone
Dim id as string
id=p.GetSettings("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?