Skip to content
New issue

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

Document around Analytics.Builder.collectDeviceId() is outdated? #814

Open
punyapat-s opened this issue Sep 8, 2022 · 1 comment
Open

Comments

@punyapat-s
Copy link

punyapat-s commented Sep 8, 2022

I noticed the document here is not up-to-date with actual code.

Screen Shot 2565-09-08 at 16 39 47

The document says SDK will use android.provider.Settings.Secure.ANDROID_ID and android.os.Build.SERIAL for Device ID information.

However looks like the actual code use DRM API for Device ID

Screen Shot 2565-09-08 at 16 48 12

So ANDROID_ID,SERIAL and DRM API are the same, or document needs to be updated?

@wenxi-zeng
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants