Android notifications actions without opening the app

后端 未结 3 2032
迷失自我
迷失自我 2020-12-31 04:40

I want to implement a notification action in JB. But it shouldn\'t open the app. The behaviour is similar to the Gmail apps delete notification action. How can I do this?

3条回答
  •  爱一瞬间的悲伤
    2020-12-31 05:32

    After some research I managed to achieve this using a broadcast receiver. I posted the example code here. http://shashikawlp.wordpress.com/2013/05/08/android-jelly-bean-notifications-with-actions/

提交回复
热议问题