python-for-android
python-for-android copied to clipboard
Feature request: Ability to add provider tag to manifest.xml through buildozer
< provider android:name="androidx.core.content.FileProvider" android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true">
</ provider >
Right now as far as I understood, there is no other way to add the provider tag into the manifest other than manually? It would be great if I could do it with buildozer. There are already a few options to alter manifest.xml but not for the application tag where the provider belongs.
There have been some previous discussions on how to deal with modifications to the templates.