I'm confused about the process life cycle on my S3. When I run my program and my S3 goes to sleep or I push the power button to force sleep mode it goes to:
** Activity (map) Pause, UserClosed = false **
** Activity (map) Create, isFirst = false **
** Activity (map) Resume **
When I Wake the S3 back up it goes to:
** Activity (map) Resume **
** Activity (map) Pause, UserClosed = false **
** Activity (map) Create, isFirst = false **
** Activity (map) Resume **
I tried my wifes Galaxy S3 and it does the same thing.
When I use my Nexus 7 tablet and push the sleep button it does this:
** Activity (map) Pause, UserClosed = false **
When I wake my Nexus 7 up it does this:
** Activity (map) Resume **
The Nexus 7 makes sense to me. I don't understand why Galaxy S3's keep going after pause is called. I also don't understand why waking the S3 makes it go all over the place. Can anyone explain why a device would do that? I wonder how many other devices behave that way? Thanks for reading this!
** Activity (map) Pause, UserClosed = false **
** Activity (map) Create, isFirst = false **
** Activity (map) Resume **
When I Wake the S3 back up it goes to:
** Activity (map) Resume **
** Activity (map) Pause, UserClosed = false **
** Activity (map) Create, isFirst = false **
** Activity (map) Resume **
I tried my wifes Galaxy S3 and it does the same thing.
When I use my Nexus 7 tablet and push the sleep button it does this:
** Activity (map) Pause, UserClosed = false **
When I wake my Nexus 7 up it does this:
** Activity (map) Resume **
The Nexus 7 makes sense to me. I don't understand why Galaxy S3's keep going after pause is called. I also don't understand why waking the S3 makes it go all over the place. Can anyone explain why a device would do that? I wonder how many other devices behave that way? Thanks for reading this!