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

custom advertising id #332

Closed
wants to merge 1 commit into from
Closed

Conversation

vishna
Copy link

@vishna vishna commented Apr 19, 2022

@ampl-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@yuhao900914
Copy link
Contributor

yuhao900914 commented Apr 19, 2022

Hi @vishna, thanks for contributing our SDKs!
Can you also add a test for this change?

@@ -194,6 +196,9 @@ private String getLanguage() {
}

private String getAdvertisingId() {
if (DeviceInfo.customAdvertisingId != null) {
return DeviceInfo.customAdvertisingId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! Maybe this could be on client level other than in DeviceInfo? Multiple instances may cause conflict I guess.

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

Successfully merging this pull request may close these issues.

4 participants