it is not possible to enable Bluetooth programmatically anymore…
In Android API 33+ this method is deprecated. Enabling/disabling bluetooth without user consent is not more possible. You should use android.bluetooth.adapter.action.REQUEST_ENABLE instead.
It worked for Android Version 11 it think, but now i am on version 13. I have read that i have to use : android.permission.BLUETOOTH
android.permission.BLUETOOTH_SCAN
There is no Problem, but i have to activate bluetoote manuell, i want it to be automatic.
Sorry,didn’t know you refering to this. So i just have to use open settings block and so on? Secondly; Error 908 READ_EXTERNAL… dissapeard but then came back and i dont know why.
Why is it when i use the Bluetooth Admin Block,that the error 908 The Read_External_Storage Permisson has been denied shows up? I am asking for the permission but it doesnt work.