olleb3 / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Application self-starts when closed #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Exit the application
2. Receive a missed GSM call
3. Application self-starts

What is the expected output? What do you see instead? I don't expect the 
application to start up.

What version of the product are you using? 0.00912 On what operating system?
HTC Desire, factory 2.2 firmware.

Please provide any additional information below.

Original issue reported on code.google.com by steved...@gmail.com on 8 Sep 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Sorry, typo! Software version should be 0.00-12.

Original comment by steved...@gmail.com on 8 Sep 2010 at 10:20

GoogleCodeExporter commented 9 years ago
Did you configured the app with "always available" or "available on wifi" mode 
(in easy configuration). Or did you have any ticked checkbox in settings 
network > "For incoming" section? (easy configuration is just a shortcut to 
these options).

If so the behavior to start automatically is absolutely normal. You can try the 
last dev version available on download section. It remove the quit option if 
you are configured to receive calls. Since in this case application 
automatically reregister on network changes (and there is a network change for 
example when you make a gsm call since it change gsm data state).

There is another point you have to be aware of : an application should not be 
considered as started if it appear in the current active application of the 
android . Android system manage itself stopping and restarting of app and 
sometimes it keep (without any resource consumption) in memory some apps even 
if the app is really stopped.

Original comment by r3gis...@gmail.com on 9 Sep 2010 at 9:27