Android Question Notification - Activity Question

DoctorDebug

Member
Licensed User
Longtime User
Hi - I have been unable to find an answer to this by searching so I thought I would ask here - I need a notification, when clicked, to go to a certain layout/sub within my app. The documentation specifies that I can have it run an "activity" however I am not understanding the difference or even if what I am trying to do it possible. Little help please? Thanks in advance!

Jeff
 

barx

Well-Known Member
Licensed User
Longtime User
Set a notification tag. Have the notification start an activity (with the desired layout) when the activity starts check starting intent for notification tag. If it is 'the' tag, run your sub. simples
 
Upvote 0
Top