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

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

  

更多相关文章

  1. android 2.2+ 完全退出程序的方法今天贡献了
  2. Android(安卓)Service中判断系统全屏
  3. Android(安卓)如何在Java代码中手动设置控件的marginleft
  4. TabHost自定义标签页(一)
  5. Android(安卓)一个自定义View需要实现哪些方法
  6. 自定义按钮实现android 返回按钮 事件
  7. 小区广播接收流程
  8. Android与服务器传递数据
  9. android 自定义Gallery

随机推荐

  1. Animation Android(安卓)( 一)
  2. Android的事件处理之通过回调实现跟随手
  3. Windows 7安装Android(安卓)Studio
  4. Android(安卓)Geofence的学习(二)继续翻译
  5. 一个侧屏滑动操作的实例(仿遇见)之三:代码分
  6. Linux/Android(安卓)NDK wchar_t 陷阱
  7. 【转】android progressbar 自定义样式
  8. [Android] ExpandableListActivity使用fi
  9. Android(安卓)N调用系统安装APK方法报错
  10. OpenCV Android(安卓)通过 jni调用 使用o