My application will have some configuration for each company that uses it. So far I have been loading images and strings from resource files. The idea is that by default the resources will be distributed with the application, and the resources for a particular company will be downloaded from our server after they click on the link from the email to start the initialization intent. Does anyone know how to replace resource files? I would really like to continue to use resource files to avoid overwriting a lot of code / XML.
I would distribute the application from our own server, and not through the application store, so that we can have one version for one company, but, unfortunately, this will give rather unpleasant security warnings that will affect our customers.
android resources
Casebash
source share