diff options
Diffstat (limited to 'mobile/android/thirdparty/com/adjust/sdk/plugin/AndroidIdUtil.java')
-rw-r--r-- | mobile/android/thirdparty/com/adjust/sdk/plugin/AndroidIdUtil.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mobile/android/thirdparty/com/adjust/sdk/plugin/AndroidIdUtil.java b/mobile/android/thirdparty/com/adjust/sdk/plugin/AndroidIdUtil.java deleted file mode 100644 index 96a072287..000000000 --- a/mobile/android/thirdparty/com/adjust/sdk/plugin/AndroidIdUtil.java +++ /dev/null @@ -1,10 +0,0 @@ -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); - } -} |