I programatically set fire AlarmManager every 10 seconds, This code works on all devices except the one I relly need.
On this device it calls every 60 seconds
Question: is there any limitation/configuration settings ?
alarmMgr.setInexactRepeating(AlarmManager.RTC_WAKEUP, SystemClock.elapsedRealtime(), 10000, alarmIntent);