If it's your own application then read about library projects.
Otherwise unless the app you are reading resources from is available under 
a suitable open source licence then in my opinion what you are trying to do 
could be infringing copyright.
If the app is open source then just download it and use the resources.

On Thursday, April 5, 2012 6:51:58 PM UTC+1, Terry wrote:
>
> I'm able to use getResourcesForApplication and getIdentifier to get the 
> individual resources from another application. However, when I try to call 
> setTheme using a remote theme.xml from another app, the references inside 
> theme.xml point to the app that I'm running, not pointing to the remote 
> application where the theme.xml is. As a result, I get a 
> ResourceNotFoundException inside theme.xml where I try to use the styles I 
> defined from the remote app. In other words, I can apply theme.xml but not 
> reference to the styles inside it.
>
> Moderator, please don't block this post. I googled for days and have not 
> found a resolution to it.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to