[android-developers] Re: Share sqlite database

2011-08-03 Thread Abhishek Akhani
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

Re: [android-developers] Re: Share sqlite database

2011-08-03 Thread New Developer
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