在手机应用程序中,基本上大多都需要提供发送彩信、蓝牙共享等文件传输功能。android提供应用程序之可以互相调用的功能,为我们开发文件传输功能节省了很多时间。
       只需要在触发事件里放入以下代码1.5以上版本的android系统为自动提示用户选择文件传输的方式,其中有短彩信、电子邮件、蓝牙。例如:
            Uri uri = Uri.parse("file:///sdcard/tagelazs/"+selectedFileName);  //发送彩信的图片路径
             Intent it = new Intent(Intent.ACTION_SEND);   //文件输出动作

      intent.putExtra("address", phnumber);
            intent.putExtra("compose_mode", false);
        intent.putExtra("exit_on_sent", true);
        intent.putExtra("subject", "彩信测试");
        intent.putExtra("sms_body", "this is mms send auto ");

             it.putExtra("sms_body", "");   //文本内容
             it.putExtra(Intent.EXTRA_STREAM, uri);//彩信附加文件 如 图片 单乐 
             it.setType("image/"+seleectedFileType);   附加文件类型
             startActivity(it);  

发送附件

File delFile=new File(path_del);

Intent msg_intent = new Intent(Intent.ACTION_SEND);
   msg_intent.setClassName("com.android.mms", "com.android.mms.ui.ComposeMessageActivity");
   msg_intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(delFile));
   msg_intent.setType("application/octet-stream");
   startActivity(msg_intent);

更多相关文章

  1. Android 实现答题器功能(通过手势实现翻页效果)
  2. 最全的Android项目结构以及功能
  3. Android8.0 蓝牙系统
  4. Android 实现文件上传功能(upload)
  5. android蓝牙遥控车
  6. Android截图功能实现
  7. android应用中去android市场去评分的功能实现(吐槽一波个人应用上
  8. Android换肤功能设计与实现(5)——网络加载及图片内存管理

随机推荐

  1. 动手学Android之八——搞定列表
  2. 再议屏幕适配
  3. Android(安卓)RxJava/RxAndroid结合Retro
  4. 在GitHub平台上,究竟有哪些Android开源项
  5. egret 发布微端项目
  6. Eclipse+ADT+android配置的问题
  7. 【Android】从SurfaceFlinger中获取各lay
  8. Android(安卓)Studio安卓学习笔记(一)安
  9. android 测试 --使用sqlite3查看手机数据
  10. storage/emulated/0/(Android中如何将文