> What are the privileges of two apps with same id?
> I thought that two apps with the same id can communicate with implicit
> intents without the need for intent filters to be advised.I created
> two test apps for this reason but it failed...

I am not aware of any such "implicit intents" capability.

Two apps with a sharedUserId and signed with the same key will run as the
same Linux user and, therefore, will be able to access each other's local
files, databases, and the like. There may be more than that, but file
access is the piece I am aware of.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.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