On 08/03/2011 02:22 PM, Abhishek Akhani wrote:

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

|android:sharedUserId|
    The 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 [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

thanks all
not sure I want them in the same process but sharing data and user id yeah.

Also I will look more into the content provider I think I can just
extend my current DBAdapter to extend ContentProvider

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