在manifest 添加了权限 ,
在 模块权限配置中 添加了 Bluetooth 在Android打包权限配置 添加了 BLUETOOTH_ADMIN 和 BLUETOOTH_ADMIN
在源码视图中加了
// 低功耗蓝牙
"Bluetooth" : {
"description" : "Bluetooth"
},
在程序运行的时候 为什么没有提示"此应用需要使用蓝牙功能" 窗口 ? 谢谢
在manifest 添加了权限 ,
在 模块权限配置中 添加了 Bluetooth 在Android打包权限配置 添加了 BLUETOOTH_ADMIN 和 BLUETOOTH_ADMIN
在源码视图中加了
// 低功耗蓝牙
"Bluetooth" : {
"description" : "Bluetooth"
},
在程序运行的时候 为什么没有提示"此应用需要使用蓝牙功能" 窗口 ? 谢谢
0 个回复