I start AlarmManager with PendingIntent and on few phones Alarm is not responding. On some devices is working ok on others it fails. I have made a few tests on different pho
Could you show us the AlarmReceiver.class code? Maybe you need to use return START_STICKY; on your onStartCommand method?
return START_STICKY;