为了账号安全,请及时绑定邮箱和手机立即绑定

android手机开发蓝牙传输问题,求帮忙

android手机开发蓝牙传输问题,求帮忙

BIG阳 2018-11-03 14:18:35
昨天参照了网上写了一段手机间蓝牙传输的代码,按 Ctrl+C 复制代码ContentValues cv = new ContentValues();String uri = "file://"+ mSendFileNameTV.getText().toString().trim();cv.put("uri", uri);cv.put("destination",mTouchObject.bluetoothDevice.getAddress());cv.put("direction", 0);Long ts = System.currentTimeMillis();cv.put("timestamp", ts);可是运行到下面这行代码就报错了getContentResolver().insert(Uri.parse("content://com.android.bluetooth.opp/btopp"),cv);看了下logcat的信息显示java.lang.SecurityException: Permission Denial: writing com.android.bluetooth.opp.BluetoothOppProvider uri content://com.android.bluetooth.opp/btopp from pid=10194, uid=10056 requires android.permission.ACCESS_BLUETOOTH_SHARE, or grantUriPermission()这个是什么原因造成的错误?有解决的方法么?
查看完整描述

2 回答

?
HUH函数

TA贡献1836条经验 获得超4个赞

log信息不是很清楚么?  requires  android.permission.ACCESS_BLUETOOTH_SHARE 

查看完整回答
反对 回复 2018-11-06
?
MYYA

TA贡献1868条经验 获得超4个赞

请问你怎么解决的

查看完整回答
反对 回复 2018-11-06
  • 2 回答
  • 0 关注
  • 913 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信