Can't resume game after suspend (Android)

Hi! Could anyone tell me why the game is always relaunch after it suspend on every Android devices. ex: while i’m playing game then i press home button, and i launch it again, it’s stuck at point that i left for a second then it’s relaunch. yet it’s working find on iOS.

This doesn’t happen on my android project. I think you need to check for a crash by simulating an android pause by calling OnApplicationPause(true) and then OnApplicationPause(false).