You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add to KL TODO (feature request) :
add update/reload function for application over http (and https:// for github required)
to make apps update directly from smartphone
This have no sequrity risks so this function must be available only for already installed apps
(some update_url=https://github.com/user/app in adroid.txt config),
and using https:// for apps hosted on github gives some protection.
The text was updated successfully, but these errors were encountered:
I don't think we'll be focusing on adding this functionality to python-for-android. We might consider an optional function for it if you'd like to make a PR, although it would be more ideal to make it possible to plug into the java code somehow so that users can do this without modifying python-for-android itself.
You can also do this from within a Python app using the normal Python modules.
Please add to KL TODO (feature request) :
add update/reload function for application over http (and https:// for github required)
to make apps update directly from smartphone
This have no sequrity risks so this function must be available only for already installed apps
(some update_url=https://github.com/user/app in adroid.txt config),
and using https:// for apps hosted on github gives some protection.
The text was updated successfully, but these errors were encountered: