On Tue, Apr 12, 2011 at 2:20 PM, Chris Palmer <[email protected]> wrote:
> > Is there a way that App B can use App A's data using RPC? > > Yes, there always is (the internet, the sd card, ...). This is not > specific to Android. Why would it be? > I think they were trying to constraint it that that the apps don't have android.permission.WRITE_EXTERNAL_STORAGE and only one had internet permission and presumably want to know if its possible to use Binder based RPC. but yes, I assume one app can publish as a service and the other could bind to it. not sure if any permissions are needed for that. -bri -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
