you can set the following attribute in your manifest file's <manifest> 
tag...

android:sharedUserIdThe name of a Linux user ID that will be shared with 
other applications. By default, Android assigns each application its own 
unique user ID. However, if this attribute is set to the same value for two 
or more applications, they will all share the same ID — provided that they 
are also signed by the same certificate. Application with the same user ID 
can access each other's data and, if desired, run in the same process.

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