> I need a generic way to check if the user is on the real device.
> ..
> Any ideas?

May be check IMEI?
for Emul IMEI = 000000000000000
for real device - real IMEI?
*** Get IMEI for G1 ***
TelephonyManager mTelephonyMgr = (TelephonyManager)getSystemService
(Context.TELEPHONY_SERVICE);
String sIMEI = mTelephonyMgr.getDeviceId()
****
but can user change IMEI of emul...?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to