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

Popular posts from this blog

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

php - Changing the visibility scope of parent methods in child classes -