Pending intent in notification not working

前端 未结 6 1952
感情败类
感情败类 2020-12-02 13:13

Below is my block of code which should open NotificationActivity when the notification is tapped on. But its not working.

private void setNo         


        
6条回答
  •  死守一世寂寞
    2020-12-02 13:46

    Try checking your AndroidManifest.xml, double check if you are navigating to an activity with an intent-filter main action, launcher category

    For example,

    I couldn't make my pending intent to navigate to HomeActivity but it works when navigating to SplashScreen

    Hope this helps.

提交回复
热议问题