I want to call an activity class from the notification using the following code
PendingIntent pi = PendingIntent.getActivity(con, 0, new Intent(con,
MyActivityClass.class), 0);
But when try use this MyActivityClass.java is not getting invoked.Pleae help.
Is there anything in addition that I need to do?
Any help is much appreciated.
Br,
Rony
You have use Intent.FLAG_ACTIVITY_NEW_TASK