Download and replace Android resource files

前端 未结 2 613
失恋的感觉
失恋的感觉 2020-12-16 06:01

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

2条回答
  •  萌比男神i
    2020-12-16 06:34

    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.

提交回复
热议问题