I have a problem in alarm manager with kitkat
version when the device in sleeping mode.
The alarm does not waking up the device >>> When I connect to wifi or charging the battery everything work fine
Any suggestions ..
My alarm manager
AlarmManager.setExact(AlarmManager.RTC_WAKEUP,
System.currentTimeMillis() + newTimeInterval,
PendingIntent);