How to get my contact card/id on Android?
How do I get my contact car开发者_开发百科d/id of a Android phone? eg: the owner of the phone
This is not supported by the Android platform. On some phones (HTC, Sony Ericsson) there is a provider (e.g HTC uses content://contacts/myContactCard) that will retreive this, but this is not supported on all devices.
It is not supported but there is a ticket on android.
http://code.google.com/p/android/issues/detail?id=3898
Please star it in order to this ticket get a higher priority.
精彩评论