Notification bring app to front without change activity

后端 未结 3 1301
梦毁少年i
梦毁少年i 2021-02-12 16:44

I want to create notification that when it clicked will bring my app to front but without changing (reload or navigate out) the last activity that was shown.

I tried: <

3条回答
  •  孤街浪徒
    2021-02-12 17:21

    Add this "Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP" instead of "Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT"

    Explained here

    Hope this helps.

提交回复
热议问题