Permission Denial With Broadcast Receiver

前端 未结 6 851
醉酒成梦
醉酒成梦 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 13:51

    Best solution is when you run the code activate usb debugging, make sure you select disable permissions monitor settings in developer settings ! App wont be asked for permissions by the OS anymore. Happy helping :)

    This will work without changing anything in manifest!

提交回复
热议问题