Recent content by Syed Noorullah Shah

  1. Syed Noorullah Shah

    Why is Doze mode not affecting AlarmManager setExact() method?

    I'm trying to test the behavior of my Android app when the OS goes in Doze mode. I'm using a gennymotion emulator running Android API 25. The application launches an IntentService through the AlarmManager using the method setExact with type RTC_WAKEUP. I set the alarm to fire after 1 minute...
  2. Syed Noorullah Shah

    Why is Doze mode not affecting AlarmManager setExact() method?

    I'm trying to test the behavior of my Android app when the OS goes in Doze mode. I'm using a gennymotion emulator running Android API 25. The application launches an IntentService through the AlarmManager using the method setExact with type RTC_WAKEUP. I set the alarm to fire after 1 minute...
  3. Syed Noorullah Shah

    Why is Doze mode not affecting AlarmManager setExact() method?

    I'm trying to test the behavior of my Android app when the OS goes in Doze mode. I'm using a gennymotion emulator running Android API 25. The application launches an IntentService through the AlarmManager using the method setExact with type RTC_WAKEUP. I set the alarm to fire after 1 minute...