Jahusek
Jahusek

Reputation: 117

SetExactAndAllowWhileIdle does not wake up device

So I have alarm that when triggers it shows notification and sets up the same alarm with setExactAndAllowWhileIdle for next hour, but during night, like after successfully firing alarm 1 am, 2 am, then on 3 am alarm doesn't trigger, and of course of that it doesnt shows for next hourse, because it didnt set up new ones. When i wake my device at 8:15 am, it triggers this alarm.

Android 7.0, tested on Huawei P9

Upvotes: 2

Views: 632

Answers (1)

d777
d777

Reputation: 100

Huawei has something called Protected Apps, that can be accessed from the phone settings (Battery Manager > Protected Apps). Try adding your app to this list to keep it running after the screen is turned off.

Upvotes: 1

Related Questions