Have you checked (debugged) that your method getPasswordAuthentication is actually called? It could be that some other 'default' Authenticator is set at the same time and yours is not being used at all.
You could always check what goes over the wire. When testing your app in the Android emulator, you could use WireShark to monitor outgoing request (and the incoming responses). -- 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

