kailash-ratufa / csipsimple

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

Option to remove status bar icon #403

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For those who like a clean status bar, this would be nice.  Maybe only notify 
when registration is lost.

Original issue reported on code.google.com by wvca...@gmail.com on 22 Nov 2010 at 9:02

GoogleCodeExporter commented 9 years ago
OK why not.

Original comment by r3gis...@gmail.com on 22 Nov 2010 at 10:08

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r372.

Original comment by r3gis...@gmail.com on 24 Nov 2010 at 9:48

GoogleCodeExporter commented 9 years ago
Thanks goes to Christian for fixing that.

Will be available in next dev build

Original comment by r3gis...@gmail.com on 24 Nov 2010 at 9:50

GoogleCodeExporter commented 9 years ago
I'm not seeing a way to hide the icon in ICS

Original comment by exar...@exarkun.com on 6 Apr 2012 at 10:06

GoogleCodeExporter commented 9 years ago
Did you switch to ExpertSettingMode? It's in User Interface settings once in 
ExpertSettingMode (see wiki page)

I don't recommend to remove this from the User Interface however :

Android automatically considers applications that doesn't show an icon to users 
as having a lower priority and that can be killed at anytime to reduce RAM 
size. 
So if you are configured to receive calls (which is probably the case if you 
see the icon even after quitting the app with back key), you should keep this 
option activated, else android may kill the application and you'll not receive 
your calls.

If you actually don't want to receive calls, you should configure csipsimple to 
do so. And you'll see that the registration icon will just not be shown and for 
good reason because the app will just be turned off. And will only restart when 
needed (make an outgoing call from stock dialer if configured for integration 
with stock dialer and when starting the app). And will automatically quit when 
you quit the app (remember that in android you quit an application by pressing 
the back key while you suspend it by pressing the home key which is two very 
different actions).

Original comment by r3gis...@gmail.com on 6 Apr 2012 at 11:24