Hi, If I am not wrong with the way android:sharedUserId is intended to work, then my question is how to avoid overlapping resource IDs? appt seems to aways start IDs at the same initial value for given type of resource (i.e. drawables starts at 0x7f020000), so there will be sort of conflict or ambiguation with references, especially some API calls expect just resource IDs, so I can't use createPackageContext(). Do I miss anything fundamental? Or less obvious like i.e. magic "undocumented" appt option (not that aapt is documented at all)? Or there's better approach to sharing resources?
Regards, -- 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

