Android Notification click event run chain of activities -
my application has notifications incoming messages. have tabactivity runs after several activities.
my question how can open specific tab when click notification ?.
for example :
a----->b------>c------->d ------> specific tab
note : a,b,c normal activities , d tab activity
you mean taskbar notification? if yes can use pending intents trick
i had problwm same thing check link
cannot send data through pendingintent
http://www.tutorialspoint.com/android/android_notifications.htm
Comments
Post a Comment