搜索资源列表
SmsInterception
- 对任何短信进行拦截,并针对不同种类的短信分别存储。如果还需要屏蔽特殊短信的来信提醒,就要修改源代码,具体是: 可SmsReceiverService.javainsertMessage方法里拦截。短信的来源和内容都可以通过class SmsMessage提供的方法获取。 如可以通过getOriginatingAddress方法获取,内容则可以通过getMessageBody方法获取。如果满足拦截的条件,就不做storeMessage的动作。-The project achieved t
Android-SMS-program-development
- 安卓短信程序开发代码SmsManager与PendingIntent对象 前面的范例,示范了如何通过程序来拨打电话,在GSM移动通信系统的服务中,除了拨打电话外,另一个常用的功能,就是发送短信。也因为如此,许多电信业者推出许多专属于短信族的专用费率,由此可知短信功能对手机的重要性。-Android SMS application development the code SmsManager PendingIntent object in fr
sms
- 一个安卓短信截拦源代码,用于截拦新短信,转发到指定好码,并删除!-An Android SMS interception of the source code, used to intercept the new text messages, forward to the designated good code, and delete!