Skip to content

Instantly share code, notes, and snippets.

@SuperYeti
Created September 23, 2011 19:51
Show Gist options
  • Save SuperYeti/1238293 to your computer and use it in GitHub Desktop.
Save SuperYeti/1238293 to your computer and use it in GitHub Desktop.
public static string DeviceID (ContentResolver resolver)
{
return Android.Provider.Settings.Secure.GetString(resolver,
Android.Provider.Settings.Secure.AndroidId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment