Is it possible to access resources in another APK without using content providers?

后端 未结 3 1592
难免孤独
难免孤独 2020-12-13 00:49

I thought that it is impossible to access resources contained in other APK unless content providers are used. However, I stumbled upon an app called Better Keyboard. It uses

3条回答
  •  眼角桃花
    2020-12-13 01:49

    It is possible by using getresoucesforapplication and you need res.getidentifier to retrieve the resource Id. However, It seem not work when retrieving style resource.

提交回复
热议问题