I have been struggling with this problem all day and have not been successful. I am basically trying to get an image resource from another apk.
So, if com.example.app has an image named image1.png in the res folder, I want com.example2.app to be able to access this resource and put it in the image.
I know you need to use PackageManager.getResourcesForApplication, but I still could not get the actual resource.
Any help would be awesome!
java android eclipse package-managers
user1190019
source share