Permission Denial With Broadcast Receiver

前端 未结 6 852
醉酒成梦
醉酒成梦 2021-02-13 13:27

I am trying to create an app which enters a log message when I make an outgoing call.

However, when I run the code, I get a permission denial, despite the fact that I h

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-13 14:08

    You should add the following thing in your Manifest receiver

     
            
    

提交回复
热议问题