Broadcast Receiver for Sent SMS

前端 未结 2 504
無奈伤痛
無奈伤痛 2021-01-03 12:39

Is there a Broadcast Receiver in android to listen to the SMS sent event?

In my application I want to count the number of SMS sent every predefined time interval. If

2条回答
  •  抹茶落季
    2021-01-03 12:54

    Check this link....i think its not complete solution but you have some idea how to implement...

    http://www.anddev.org/other-coding-problems-f5/sms-mms-contentobserver-and-service-t12938.html

    you can implement content://sms/sent observer se.. so if any changes in this then you can get event so u can count or get action sent sms or mms.......

提交回复
热议问题