添加录音的权限
This commit is contained in:
@ -22,7 +22,8 @@
|
|||||||
"Bluetooth" : {},
|
"Bluetooth" : {},
|
||||||
"Camera" : {},
|
"Camera" : {},
|
||||||
"Geolocation" : {},
|
"Geolocation" : {},
|
||||||
"Maps" : {}
|
"Maps" : {},
|
||||||
|
"Record" : {}
|
||||||
},
|
},
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute" : {
|
||||||
@ -66,7 +67,9 @@
|
|||||||
"NSBluetoothPeripheralUsageDescription" : "App需要您的同意访问蓝牙访问权限,用于设备通信与反向控制",
|
"NSBluetoothPeripheralUsageDescription" : "App需要您的同意访问蓝牙访问权限,用于设备通信与反向控制",
|
||||||
"NSBluetoothAlwaysUsageDescription" : "App需要您的同意访问蓝牙访问权限,用于设备通信与反向控制",
|
"NSBluetoothAlwaysUsageDescription" : "App需要您的同意访问蓝牙访问权限,用于设备通信与反向控制",
|
||||||
"NSPhotoLibraryUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面",
|
"NSPhotoLibraryUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面",
|
||||||
"NSPhotoLibraryAddUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面"
|
"NSPhotoLibraryAddUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面",
|
||||||
|
"NSCameraUsageDescription" : "App需要您的同意访问相机,用于上传头像,设备开机画面",
|
||||||
|
"NSMicrophoneUsageDescription" : "App需要您的同意访问麦克风,用于上传语音包"
|
||||||
},
|
},
|
||||||
"idfa" : false
|
"idfa" : false
|
||||||
},
|
},
|
||||||
|
|||||||
@ -377,7 +377,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Promise.allSettled(promis).finally(() => {
|
Promise.allSettled(promis).finally(() => {
|
||||||
ble.StopSearch().then(res => {
|
ble.StopSearch().finally(res => {
|
||||||
// console.log("停止搜索成功");
|
// console.log("停止搜索成功");
|
||||||
these.EquipMents = [];
|
these.EquipMents = [];
|
||||||
these.PairEquip = [];
|
these.PairEquip = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user