When will an idle app be killed on Android -


does android os kill idle app after few hours. specific, 12 hours of inactivity of app warrants eviction? understand idle app evicted if phone needs more resources foreground process. if phone not used , app goes background, possibility of getting killed?

check out "check how memory should use" section in android development guide:

https://developer.android.com/topic/performance/memory.html

each device has memory level. when device falls under level, system begin kill processes.

so question... depends on number of factors (i.e. if phone not actively being used, has processes running in background).


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -