We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analytics.Builder.collectDeviceId()
I noticed the document here is not up-to-date with actual code.
The document says SDK will use android.provider.Settings.Secure.ANDROID_ID and android.os.Build.SERIAL for Device ID information.
android.provider.Settings.Secure.ANDROID_ID
android.os.Build.SERIAL
However looks like the actual code use DRM API for Device ID
DRM API
So ANDROID_ID,SERIAL and DRM API are the same, or document needs to be updated?
ANDROID_ID
SERIAL
The text was updated successfully, but these errors were encountered:
hey @punyapat-s thanks for reporting this. they're different. we'll update the code documentation. you can find the drm api info in public doc here
Sorry, something went wrong.
No branches or pull requests
I noticed the document here is not up-to-date with actual code.
The document says SDK will use
android.provider.Settings.Secure.ANDROID_ID
andandroid.os.Build.SERIAL
for Device ID information.However looks like the actual code use
DRM API
for Device IDSo
ANDROID_ID
,SERIAL
andDRM API
are the same, or document needs to be updated?The text was updated successfully, but these errors were encountered: