I tried to create a Notification with this Code:
private void setNotificationAlarm(Context context) { Intent intent = new Intent(getApplicationContext()
I think you need to use
PendingIntent.getBroadcast (Context context, int requestCode, Intent intent, int flags)
instead of getService
getService