kivy / kivy/python-for-android
Feature request: Ability to add provider tag to manifest.xml through buildozer
- Ngôn ngữ chính
- Python
- Star
- 8.9k
- Fork
- 2k
- Merge trung bình
- 12 giờ 20 phút
- Pull request đã merge (30 ngày)
- 9
Mô tả
< 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.
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng việc xem xét các tùy chọn hiện có của buildozer để thay đổi manifest.xml và cách application tag được xử lý. Xác định vị trí mà việc hỗ trợ một provider entry nên được thêm vào, sau đó xác minh rằng FileProvider được yêu cầu có thể được biểu diễn dưới application tag mà không cần chỉnh sửa manifest thủ công.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- android, python
- Lĩnh vực
- build-system, mobile
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100