I'm installing CsEntry applications using an intent as shown in the CSEntryAndroidLauncher repo from CSProDevelopment
Everything works fine but I want to know if it is possible to set the CsWeb server for the application so that I can update using the "Update Installed Applications" entry in the menu
Or is there another way to update programmatically without reinstalling the whole application?
Our current API for inter-Android application communication doesn't allow you to update the application via parameters from an Intent, though we'll keep this in mind for future development.