Up to parent activity - on Android

后端 未结 7 1553
有刺的猬
有刺的猬 2021-01-17 13:06

After receiving a notification in my app, clicking on it opens activity B. Activity B has a parent activity A. Here is the manifest:



        
相关标签:
7条回答
  • 2021-01-17 13:42

    Create an temporary activity to launch when the notification is clicked (without using setContentView). There you can decide which activity to launch. Depending on your logic.

    0 讨论(0)
提交回复
热议问题