|
|
|
|
|
by EddieRingle
3693 days ago
|
|
Sounds like the video ad is a new activity? Since it's full screen, your main activity is no longer visible so you should be seeing onPause and onStop fire. Are you saying you don't see them? Also, I'd imagine video ads are also quite memory intensive, so if a low-RAM device is playing one I wouldn't be surprised if Android has to kill some processes (like your activity that was sent to the background) to make space. Perhaps you should look into what these video ads are doing and what sort of resources they eat up? |
|