I am using a pending intent to fire alarms.
PendingIntent alarmIntent = PendingIntent.getBroadcast(Notes.mContext, (int)note.m_id, intentToBeBroadcast, PendingIntent.FLAG_NO_CREATE);
How do I get the intentToBeBroadcast back from the pending intent?
This blog is all about Android development and problems\solutions
I am using a pending intent to fire alarms.
PendingIntent alarmIntent = PendingIntent.getBroadcast(Notes.mContext, (int)note.m_id, intentToBeBroadcast, PendingIntent.FLAG_NO_CREATE);
How do I get the intentToBeBroadcast back from the pending intent?
0 comments:
Post a Comment