File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/@awesome-cordova-plugins/plugins/diagnostic Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -696,6 +696,17 @@ export class Diagnostic extends AwesomeCordovaNativePlugin {
696
696
getBluetoothAuthorizationStatus ( ) : Promise < any > {
697
697
return ;
698
698
}
699
+
700
+ /**
701
+ * Returns the individual authorization status for each Bluetooth run-time permission on Android 12+ / API 31+
702
+ * On Android 11 / API 30 and below, all will be returned as GRANTED if the manifest has BLUETOOTH since they are implicitly granted at build-time.
703
+ *
704
+ * @returns {Promise<any> }
705
+ */
706
+ @Cordova ( { platforms : [ 'Android' ] } )
707
+ getBluetoothAuthorizationStatuses ( ) : Promise < any > {
708
+ return ;
709
+ }
699
710
700
711
/**
701
712
* Checks if the application is authorized to use external storage.
You can’t perform that action at this time.
0 commit comments