Cannot resolve method 'getSystemService' in Broadcast class code example
Example: Cannot resolve method 'getSystemService' in Broadcast class
You should change to
(AlarmManager) context.getSystemService() change this in below
(AlarmManager) context.getSystemService(Context.ALARM_SERVICE)