求助,如何通过蓝牙传送名片啊

henry121212 2011-04-16 03:28:21
RT,最好有代码讲解,谢谢了
...全文
435 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
henry121212 2011-04-17
  • 打赏
  • 举报
回复
继续求助啊
henry121212 2011-04-16
  • 打赏
  • 举报
回复
有木有人啊,自己顶了
henry121212 2011-04-16
  • 打赏
  • 举报
回复
蓝牙中的接口我晓得,现在有一段
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setClassName("com.android.bluetooth", "com.android.bluetooth.opp.BluetoothOppLauncherActivity");
intent.putExtra(Intent.EXTRA_STREAM, Uri.parse(" file:///sdcard/caixin.png")); // imageUri set previously
intent.setType("image/png");
startActivity(intent);
那么现在这里离的Uri是多少,setType()里面的格式又要是多少啊?
全速前行 2011-04-16
  • 打赏
  • 举报
回复
名片是指什么?手机中的通讯录么?

建议先看看android.bluetooth包下的几个类~~~
念茜 2011-04-16
  • 打赏
  • 举报
回复
你不是我同事吧?
天天拿我板子测蓝牙接收名片,搞的我的Log里都是你的BT log !!

80,351

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧