Android "Use notification"?


Recommended Posts

Does selecting "Use notification" in the Android app help keep the app running by preventing the system from killing or swapping it out of memory? Some apps say they need to remain in the notifications area for that reason. But I don't actually need the BTSync app's notifications. Normally, I kill the screen-hogging status bar process, and I'd like to be able to do that without an undue risk of losing sync.

Link to comment
Share on other sites

Hi!

When there is no free memory in the system android will start kill the processes.

The order will be the following:

1. Empty process

2. Background process

3. Service process

4. Visible process

5. Foreground process

http://developer.android.com/guide/components/processes-and-threads.html

According to it "Use notification" will not help to prevent the system from killing the app.

But the chance that app will be killed more quickly is more when "Use notification" is unchecked.

Thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.