android manifest

We are currently trying to link the BLE function with the mobile phone.

I've done the example as shown in the official blog, but I'm trying to use the latest version of the flutter_blue_plus package because there's a problem with not receiving the data.

We had a problem designating the authority to Custom on Android Manifest.

<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation" />
I want to specify it as , but it is not possible to Permissions.

Is there any way we can solve this problem?

1
1 reply