Dear Android developers,

In my Android application I'd like to enable users to post notes,
similar to how we can post notes in the Android market about the
applications we have installed. Over there it is not necessary to
provide your username, the market application is able to retrieve this
somehow.

Can anybody tell me how this is done? It seems there's an
AccountManager in the newest version of the API (I think I cannot use
that yet on my G1 phone). It does not seem to be possible with the
telephonyManager as well. My final attempt was to get a list of
contacts and somehow try to figure out which one matches the person
that registered the mobile phone. But all my attempts have failed.

Anyone knows how to do this?
Thanks in advance,
Jonne.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to