Answers for "Cannot resolve method 'getSystemService' in Broadcast class"

0

Cannot resolve method 'getSystemService' in Broadcast class

You should change to

(AlarmManager) context.getSystemService()   change this in below
(AlarmManager) context.getSystemService(Context.ALARM_SERVICE)
Posted by: Guest on May-24-2021

Code answers related to "Cannot resolve method 'getSystemService' in Broadcast class"

Browse Popular Code Answers by Language