Android App get killed in HUAWEI phone

814 views Asked by At

Few days ago I moved to HUAWEI P9 phone and try to keep developing my app. My new problem (have not seen it on other devices..) is that my app is getting killed after the screen turns off (not immeditaely but after a minute or too).

To be sure that the issue is not related to my application, I created the simple "hello world" application from the android studio, and the behavior is exactly the same.

I'm running Android 6.0 (API 23) on my device.

Any Idea why even the simplest app is getting killed after the screen is turned off?

Thanks! Lior

1

There are 1 answers

0
Short answer On

You need to add your app in the 'protect application with battery saver' (under battery's option).

Hope this helps