When i call
NotificationManager mNotificationManager =
(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
I get an error
The method getSystemService(String) is undefined for the type new BroadcastReceiver(){}
I'm not sure where I messed up... TIA