I have written a simple Authenticator service to work with the new
AccountManager API introduced in 2.0.  When I launch a test app that
uses the authenticator the authenticator service is launched (as
expected) and it's onBind method is called.  However, if I run my test
application a second time in the same emulator (without restarting the
emulator) my service is not launched and onBind is not called.

So far the only way I have found to get my service to launch and
onBind to call again is to restart the emulator, which is a very time
consuming process.  I have looked at the Devices view in Eclipse and
ensured that all of my processes have been killed, just in case one of
them was just being rebound to or something.

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