android - How to open new activity every time i click the notification -


say, have got 5 notification app. application in closed state. if click on 1 notification, application opening needed activity. how make notification open new activity every time click notification app open.

the app has splash screen , needed activity third child of splash screen.

i have implemented follows : on clicking notification launch splash screen boolean set if comes notification. opening need activity splash screen according boolean.

if click notification when app open, again starts splash screen.

how implement opening activity notification happens in whats app.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -