Fix NoSuchMethodException BluetoothAdapter.setScanMode#17
Conversation
|
Seems you have deleted old code and replaced it with fix for Android 11. |
I think it might be Build.VERSION_CODES.R (For android 11 and above) |
|
I can add that, but according to docs I did not use any APIs newer than Android 9, so my fix should also work there. Have you checked that? (I don't have any Android 9 to try..) |
|
I just spotted a flaw in the logic to not show the intent to activate Bluetooth when there is already a device plugged. And other way round this might have prevented new devices to be discovered. |
Hey bro sorry , cant look at your pull request just right now....I am pretty busy this month. If @rostopira is able to look at them and has time he will look at them. But really appreciate your effort. |
Fixes #10
Thanks also to @cuongnv for his code snippet on how to enable discover.