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
Post a Comment