Thursday, November 29, 2012

[android-developers] Re: Write to another application's internal memory

Carl wrote:
> You could try using android:process with the same process name on the
> manifest declaration of the activities in each app between which you wish
> communication to occur. Note that they will also probably have to share a
> single heap, which may create problems, depending upon how much memory is
> consumed by the apps' activities collectively.
>

what about android:sharedUserId?

in this case you have two apps running in two separate VM but having
the same user id which means they have the same file access privs

pskink

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment