I've released an app that uses the new AccountManager API to handle
authentication to Google App Engine as described in this thread:

http://groups.google.com/group/android-developers/browse_thread/thread/be16e3903442931b/63f01206f719effd

The first time the user attempts to log in, Android prompts them with
a system notification which reads:

"The listed applications are requesting permission to
access the Google App Engine login credentials for account
[email protected].  Do you wish to grant this permission?"

There are Allow/Deny buttons. Once the user presses "Allow", the
system setting is remembered, and login is seamless.

This works great on my Nexus and Droid, but upon release I'm getting
feedback from users on the HTC Desire and Incredible (both running HTC
Sense) that they get a force close when they hit "Allow", and the
Sense UI reboots. This is apparently not an exception occurring within
my app, because attempts to handle it from with the app and store the
stack trace for reporting are not working.

This sounds like a bug in the HTC Sense UI related to allowing access
to login credentials. Any advice on how to proceed? Is there a venue
for reporting bugs in HTC Sense?

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