Android - How to set a notification to a specific date in the future?

后端 未结 2 1530
花落未央
花落未央 2020-12-14 22:29

Edit: SOLVED! Ever wanted to set a notification from a specific date starting a certain point in time (when an activity is started or when a button is pressed?) Read more to

2条回答
  •  -上瘾入骨i
    2020-12-14 22:49

    Don't forget to give the below manifest permissions

    
    
    

    Your broadcast receiver registrations would be like this

       
             
               
             
         
    

提交回复
热议问题