I have an app that starts several services and when I exit the application, I use stopservice for each service and exitapplication.
After the application exits, I receive the message:
"Unfortunately, <app> has stopped"
Is there anything I can do to stop this phenomenon? I must be missing a "proper" shutdown of services or application.
Thanks in advance.
Rusty
After the application exits, I receive the message:
"Unfortunately, <app> has stopped"
Is there anything I can do to stop this phenomenon? I must be missing a "proper" shutdown of services or application.
Thanks in advance.
Rusty