Code in trying to reschedule previous alarm notifications in android after a reboot? and logs on my phone?

前端 未结 3 761
慢半拍i
慢半拍i 2021-01-13 08:03

I am trying to follow this answer However, it is not working in simulator nor on my phone so I have questions on the simulator logs and phone and rebooting to simulate this

3条回答
  •  醉梦人生
    2021-01-13 09:02

    Try to add this to your intent-filter in your manifest:

    
            
                
                
            
         
    

    It helped me when I got similar issue with some devices.

提交回复
热议问题