My application will have some customisation for each company that uses it. Up until now, I have been loading images and strings from resource files. The idea is that the def
Does anyone know how to replace resource files?
It is not possible, except by deploying an updated APK. APKs are digitally signed and cannot be modified at runtime.