com.adjust.sdk.plugin.AndroidIdUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adjust-android-criteo Show documentation
Show all versions of adjust-android-criteo Show documentation
The Criteo plugin for Adjust SDK for Android
package com.adjust.sdk.plugin;
import android.content.Context;
import android.provider.Settings.Secure;
public class AndroidIdUtil {
public static String getAndroidId(final Context context) {
return Secure.getString(context.getContentResolver(), Secure.ANDROID_ID);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy