Android notification built on BroadcastReceiver is not showing

Advertisements I’m trying to push a notification inside a BroadcastReceiver. Up until now the notification doesn’t have anything specific on it, I’m really just trying to show it. I copied the code from https://developer.android.com/training/notify-user/time-sensitive and added the call to the NotificationManager to show the notification, but again, nothing happens. The BroadcastReceiver: package codehero.twitteralarmclock.receivers import android.app.NotificationManager… Read More Android notification built on BroadcastReceiver is not showing