Hi,

I have the following situation:

library L, and three applications, A ,B and C

A should access data in L and L should access data in A
B should access data in L and L should access data in B
C should access data in L and L should access data in C

However, A, B and C should NOT be able to access each other's data.

In linux, this should be achieved using groups. So, A,B,C would belong
to the group L.

I learned about the sharedUserId, but it doesn't supports groups. Any
thoughts on how this could be achieved?

best regards

    guich
-- 
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

Reply via email to