hi guys,

this is the expected result

NotificationManager --> Activity A --> Activity B (theam on top of
Activity A)

first time when notified it works fine

this is how i start the Activity A from Notification Manager

Intent sms = new Intent(context, SaveReceivedSMS.class);
PendingIntent startIntent = PendingIntent.getActivity(context,
                                                0, sms, 
Intent.FLAG_ACTIVITY_NEW_TASK |
Intent.FLAG_ACTIVITY_CLEAR_TOP);

so once the Activity Starts after 5 seconds blur Activity will start
on top of Activity B

so when i received another notification Activity A will start but will
not display??
any idea???

even there's a bug report on this

http://code.google.com/p/android/issues/detail?id=2480

regards,
Mike

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to