Hi everyone,
Iβm trying to update the following line in my AndroidManifest.xml directly from the FlutterFlow UI:
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>to this:
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation" I can open and edit the AndroidManifest.xml file within the FlutterFlow interface, but Iβm unable to save the changes. It seems like the code analyzer doesnβt run on this file (unlike custom actions where the analyzer works fine), and the βSaveβ button either doesnβt respond (i.e. it does not highlight as seen in the image).
Iβm specifically looking for a way to make this edit within FlutterFlow itself β Iβd prefer not to rely on VS Code or external editors.
Has anyone managed to successfully add permission flags like usesPermissionFlags="neverForLocation" in FlutterFlow? Is there a workaround to enable saving these kinds of edits?
Thanks in advance for your help!