All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adjust.sdk.plugin.AndroidIdUtil Maven / Gradle / Ivy

There is a newer version: 4.38.5
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy