Android 10 not working with BLE Bluetooth scanning
问题 I am working on BLE Bluetooth scanning is working on all devices except the Android 10. Android 10 is not working, anyone please answer the question for the version 10 issues for scanning BLE Bluetooth 回答1: To make BLE scanning work on Android apps targeting Android 10 you need to ask the user for ACCESS_BACKGROUND_LOCATION along with ACCESS_FINE_LOCATION and also don't forget to add the permission in the manifest: <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"