Skip to content

Instantly share code, notes, and snippets.

@shishirthedev
Created January 20, 2019 19:08
Show Gist options
  • Save shishirthedev/47776fd3dc1acae586d4ed979bfd66ac to your computer and use it in GitHub Desktop.
Save shishirthedev/47776fd3dc1acae586d4ed979bfd66ac to your computer and use it in GitHub Desktop.
import android.provider.Settings.Secure;
private String android_id = Secure.getString(getContext().getContentResolver(),
Secure.ANDROID_ID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment