I had a problem running my app on Nexus 6p: My Android app is getting killed every time my app is moving to background.
I have already set this app to be 'Not Optimized' and made reboot - but still had no success. I see that my Activity's onDestroy() is called for every time..
Any idea?