Hi, I recently asked a question on android-developpers about android resources, I was told that this was a more appropriated place to ask..
My problem is I need to customize the resource package.I want to be able to download different resource packages with the same applications. 1st solution : change the private resources. as I have a lot of application using already public resources in .xml files, they can change to private easily. but android.internal.R.drawable.<res_name> is not available anymore. So how to access private resource from an application? no way? 2nd solution : Is it possible to add an *.apk in android build with package name for example "com.oem.name" that could share resource with applications, like android public resources do, that is do say, could be used in .xml files to use resources. like @com.oem.name:<res-name>?? here is the quote http://groups.google.com/group/android-developers/browse_thread/thread/503618a4dfee4440/3ff8f2911b5c0d8e?lnk=gst&q=private+resource#3ff8f2911b5c0d8e --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
