Trouble with reading phone state

前端 未结 2 1256
误落风尘
误落风尘 2021-01-20 02:43

I want to perform some operation (Pause game) in my application when a call came. But reading the phone state is not working. I have given permission(READ_PHONE_STATE) in th

2条回答
  •  梦毁少年i
    2021-01-20 03:25

    Have you written the following line :

     telephonyManager.listen(listener,PhoneStateListener.LISTEN_CALL_STATE);
    

提交回复
热议问题