I'm running into an issue where the Billing Service that my app
creates won't stop.

Steps to reproduce
-Start app
-Do something that would normally trigger the billing service (like
restore purchases)
-Tell the service to stop
-press home button and check the application manager

When I check the application manager, the service shows up in the
running services list. Also, if I quit the app (using finish(); ) the
activity tries to stop and the process is killed, but the service gets
restarted by the os and says that the application has unexpectedly
quit.

Any ideas?

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