added support for include xml elements inside <manifest><application> AndroidManifest.xml#1519
added support for include xml elements inside <manifest><application> AndroidManifest.xml#1519dvjdjvu wants to merge 1 commit intokivy:masterfrom
Conversation
lufebe16
left a comment
There was a problem hiding this comment.
Tested these changes locally.
These 2 changes lead to an new attribute in the commanline to python-for-android that looks correctly. (But python-for-android should be tested.)
lufebe16
left a comment
There was a problem hiding this comment.
Suggested changes have been applied. This is o.k. for me.
| # support for extra-manifest-application | ||
| extra_manifest_application_entry = self.buildozer.config.getdefault( | ||
| 'app', 'android.extra_manifest_application_entry', '') | ||
| if extra_manifest_application: |
There was a problem hiding this comment.
incorrect variable name here... should be "extra_manifest_application_entry" and not "if extra_manifest_application"
|
can we get an update on this please? these changes are necessary for services to restart, start on boot etc and will take kivy/python-for-android to the next level and something my company really needs (custom aosp firmware). |
|
Updated the PR to the latest versions of the source code. |
|
@misl6 @lufebe16 @js-teevee, I updated the PR to the latest versions of the source code. |

My changes affect builddozer and python-for-kivy.
I added support for add rules for autostart. Now you can use section in buildozer.spec:
updated android.extra_manifest_application to android.extra_manifest_application_entry (see here)
for add rules in AndroidManifest.xml for autostart:
This is article doesn't work Starting Kivy App and Service on bootup on Android