python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Feature request: Ability to add provider tag to manifest.xml through buildozer

Open alexg93333 opened this issue 2 years ago • 1 comments

< 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.

alexg93333 avatar Feb 03 '24 07:02 alexg93333

There have been some previous discussions on how to deal with modifications to the templates.

Julian-O avatar Feb 07 '24 03:02 Julian-O