Using BroadcastReceiver with functionality of PhoneStateListener

前端 未结 3 997
遇见更好的自我
遇见更好的自我 2021-01-06 09:09

I am trying to make a MissCall App which sends a message automatically when a miss call is received.I had completed my app and it worked fine !
Here is

3条回答
  •  没有蜡笔的小新
    2021-01-06 09:42

    This is because of once you got the miss call then you are AT TelephonyManager.CALL_STATE_IDLE stage and message will send to appropriate message but your service is running mode that's Why it will send 10 or multiple sms.

提交回复
热议问题