// 定义intent
Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts( " sms " , number, null ));

// 接收
Intent intent = ConversationList.createAddContactIntent(getIntent().getData().getSchemeSpecificPart());
startActivity(intent);

  

更多相关文章

  1. TabHost自定义标签页(一)
  2. android 自定义Gallery
  3. 自定义按钮实现android 返回按钮 事件
  4. android自定义progressbar图片大小自适应
  5. android 自定义通知消息设置背景色不生效,导致部分机型显示白色字
  6. Android中intent如何传递自定义数据类型
  7. Android中RatingBar的自定义总结
  8. android 自定义view支持gif格式播放

随机推荐

  1. Android TabSwitcher自定义控件
  2. android显示和隐藏键盘
  3. Android application Software Engineer
  4. Understanding the takePicture in Andro
  5. Android 禁止 ListView 上下滑动
  6. Android程序员指南(12)
  7. Android实现打开系统照相机&相册图片展示
  8. Android生成签名文件并用其对apk文件进行
  9. Android实现引导页并滑动跳转到主界面
  10. Android自由选择TextView的文字