kivy / kivy/python-for-android

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

Open
#2,965 1 comment 0 reactions 0 assignees View on GitHub
feature-request
Dominant language
Python
Stars
8.9k
Forks
2k
Avg merge
12h 20m
Merged PRs (30d)
9

Description

< provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">

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.

Contributor guide

Open the contributing guide

Research direction

Start by reviewing buildozer's existing options for altering manifest.xml and how the application tag is handled. Determine where support for a provider entry would belong, then verify that the requested FileProvider can be represented under the application tag without manual manifest editing.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, python
Domain
build-system, mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.