android - Why does a task still exist after pressing the back button? -


the android docs say

if user continues press back, each activity in stack popped off reveal previous one, until user returns home screen (or whichever activity running when task began). when activities removed stack, task no longer exists.

well tried on galaxy s4 android 4.3, afterwards when hold home button show tasks task still there (tried settings app, app, internet app, own app). in way not exist?

edit: i'm reading on tasks understand android system. have no specific app development problem.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -