Notification Click not launch the given Activity on Nexus Phones

后端 未结 9 925
一个人的身影
一个人的身影 2020-12-08 14:59

I am using this code to show the local notification and When notification comes then on click of notification want to launch the ListActivity but on Google nexus device

9条回答
  •  北海茫月
    2020-12-08 16:03

    Add android:exported = "true" in the manifest

    
    
    

    ListActivity is the activity which will be opened on the notification click.

提交回复
热议问题