j2metester wrote:
> App A and App B have same certificates and shareduserids
> 1) Can App A access resources/ code in App B if it knows the full
> package name + the resource ID ?

Yes. There are methods on PackageManager, such as
getResourcesForApplication(), that you can use.

> App A and App B have different certificates.
> 1) Can App A access resources/ code in App B if it knows the full
> package name + the resource ID ?

Yes. There are methods on PackageManager, such as
getResourcesForApplication(), that you can use.

I'm still shaking my head that this scenario works, but reportedly, it
does...

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training.html

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

Reply via email to