Hello.
I'm trying to get the ANDROID_ID on two different devices but it
always return null on both.
I'm using a Google Ion (aka HTC Magic) with firmware 1.6 and a
Motorola Milestone with firmware 2.0.
I've been using this small sample to show the id, but it always shows
null:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
Toast.makeText(this, "ANDROID_ID: " + Secure.getString
(getContentResolver(), Secure.ANDROID_ID),
Toast.LENGTH_LONG).show();
}
Any suggestions?
Thanks in advance.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en