Library One defines a set of AIDL interfaces. Library Two references Library One and builds functionality on top of these AIDL interfaces and exposes them to app developers.
When MyApp references Library Two, it sees both the "friendly" API provided by Library Two as well as the AIDL defined in Library One. Is there some way to prevent Library Two from exposing the contents of Library One to MyApp? -- 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

