Re: [android-developers] Re: SQLite sharing between apps

2012-02-22 Thread ashiq sayyad
Thanks.I will try On 22 February 2012 16:52, Chrystian Vieyra wrote: > 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 fo

Re: [android-developers] Re: SQLite sharing between apps

2012-02-22 Thread Chrystian Vieyra
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

Re: [android-developers] Re: SQLite sharing between apps

2012-02-22 Thread ashiq sayyad
Ya it can be shared via content providers but is there any way to share it directly without using content providers.. Chrystian Vieyra-- Can u plz elaborate what is user id..its id of sqlite database??? On 22 February 2012 16:36, Chrystian Vieyra wrote: > You could share the database via conte