- [Android] drop support for Android older than 4.4 KitKat (API 19); bluetooth and maxSdkVersion no longer needed
- 'requireCordovaModule' isn't supported anymore on cordova 9
- [Android] improving merge of bluetooth permissions (white spaces)
- [Android] using Global system settings with API 24+.
- [Android] fixing duplicate declarations of bluetooth permission
- [Android] fixed the maxSdkVersion of permission android.permission.BLUETOOTH must be at least 18
- [Android] returns null if device name not found instead of an alert dialog
- [Android] reverted to using BLUETOOTH permission for devices with API 17 and below.
- [Android] BluetoothAdapter required again.
- [Android] removed BLUETOOTH permission using Global and Secure system settings instead.