You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sir, I have tried lib this lib with my latest code and android debug version 31. It gives the the depeacted Bluetooth adapter error. Please update the permission handler you are using inside your lib. Because right now it gives me the error
ermission_handler-6.1.3/android/src/main/java/com/baseflow/permissionhandler/ServiceManager.java:152: warning: [deprecation] getDefaultAdapter() in BluetoothAdapter has been deprecated
final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
^
error: warnings found and -Werror specified
I think if you update the permission handler to 8.0.0 or above can solve this issue.
The text was updated successfully, but these errors were encountered:
Hi sir, I have tried lib this lib with my latest code and android debug version 31. It gives the the depeacted Bluetooth adapter error. Please update the permission handler you are using inside your lib. Because right now it gives me the error
ermission_handler-6.1.3/android/src/main/java/com/baseflow/permissionhandler/ServiceManager.java:152: warning: [deprecation] getDefaultAdapter() in BluetoothAdapter has been deprecated
final BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
^
error: warnings found and -Werror specified
I think if you update the permission handler to 8.0.0 or above can solve this issue.
The text was updated successfully, but these errors were encountered: