搜索资源列表
SMSManager.tar
- 调用android标准api发送短信 可以在虚拟机的环境下运行发短信的功能-Android standard api calls can send text messages in a virtual machine running under the function of text messaging
contact
- 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
SMSManager
- Another SMS Manager build with vb 6 source
SendSms
- Android: 短信发送实例. SmsManager.-Android: send message example. SmsManager.
SMSManager
- 短信管理器 自己动手写的 不太好 仅供交流 !-short message management
smsmanager
- 实现Android手机端的短信功能-Android phone end of the SMS function ...
smsmanager
- 这是一个基于android平台开发的短信管理项目的源码。-This is the source of an SMS management project based on the android platform.
SMSManager
- android短信demo,包括连续发送短信-package com.tarena.phonemanager import java.util.ArrayList import java.util.List import android.app.Activity import android.app.AlertDialog.Builder import android.app.Dialog import android.content.Dialog
Android-SMS-program-development
- 安卓短信程序开发代码SmsManager与PendingIntent对象 前面的范例,示范了如何通过程序来拨打电话,在GSM移动通信系统的服务中,除了拨打电话外,另一个常用的功能,就是发送短信。也因为如此,许多电信业者推出许多专属于短信族的专用费率,由此可知短信功能对手机的重要性。-Android SMS application development the code SmsManager PendingIntent object in fr
SMSProject
- Android使用SMSManager接口发送短信-Android uses SMSManager interface to send text messages
smsmanager
- 短信智能管理器(应用源码级开发): 功能描述:1 会话列表 2 文件夹视图 3 群组 4 新建信息 5 提供了短息搜索机制 1 会话列表 : 通过异步查询获取会话数据,不会导致anr异常,对于会话可以进行单条和多条的删除,查看会话详情,我们在对listView进行了优化 2 文件夹视图: 对信息进行了分类管理:收件箱 发件箱 已发送 草稿箱这四类,并且我们对信息进行了日期分隔显示。 3 群组: 创建了群组数据库,里面有两张表:groups和thread_grou
NoReceiveSmsPermissionTest
- Verify Sms and Mms cannot be received without required permissions. Uses android.telephony.SmsManager.
LostPrevent
- 本Android项目主要实现简单手机防盗功能,用到的主要知识点有SharedPreference,BroadcastReceiver,TelephonyManager,SmsManager-The project mainly simple Android phone anti-theft feature, mainly used in knowledge have SharedPreference, BroadcastReceiver, TelephonyManager, SmsManager
NoReceiveGsmSmsPermissionTest
- Verify Sms and Mms cannot be received without required permissions. Uses android.telephony.gsm.SmsManager.
SmsManagerPermissionTest
- Verify that SmsManager apis cannot be called without required permissions.
MyLocation
- This article is used to notify about my current location periodically This is focused on the *LocationManager*, *LocationListener*, *PendingIntent*... in Android Programming that you may want to understand to build other similar applications that r