Start the Service after phone restart/reboot #21
Unanswered
vishakraj25
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
I tried this solution based on this blog but it is not working, this link has the good explanation. There are few things has to be clarified to understand well,
in the java code, could you please explain the
ix.putExtra
statementswhat is the difference between
package_root
andapp_root,
should the
serviceEntrypoint
has to assign for the service python file?what is the
pythonName
what is the
pythonServiceArgument
i searched but didn't get the documentation, because the path and the app package name will be differ from each project, so, if we clarify the above mentioned statements, it would be easier to work on
my code files are in this link, it is a simple Hello app with the service which gets the time from the server - https://drive.google.com/file/d/1owbB811LV0YnqZywdUOdQWf3I6WYe4Rk/view?usp=sharing
please take look on the files modified as per the blog -
1 .learning_kivy/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/myapp/templates/AndroidManifest.tmpl.xml
please let me know the procedure for this, thanks
Beta Was this translation helpful? Give feedback.
All reactions