So i create a launcher activity from the AndroidManifest.xml (not unity) ... that activity runs first and then i start Unity. Specifically I'm implementing the ADC library from EA which downloads extra content the first time somebody starts the game.
The problem i have is that if the user powers down while that launcher activity is in progress, when they turn the device back on it will restart the activity from the beginning...
my (borrowed) manifest code to launch it looks like this...
thanks,
Ross
↧