Up Navigation not launching parent activity

前端 未结 3 1675
春和景丽
春和景丽 2021-01-20 12:38

I have two activities A and B where A is the parent of B. Now I show a notification that launches B. when I tap on the notification, B launches. Th

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-20 13:20

    Try the approach described for Synthesize a new Back Stack for Deep Links

    You will have use TaskStackBuild to build the back stack and get the PendingIntent when starting on Activity B.

    Check this video from Android Design Patterns explains it simple.

提交回复
热议问题