But he says he's using a content URI? As in going through a content
provider?

I think we need more information.

BTW, it *is* possible to read another app's DB directly, if you sign
both with the same cert and give them the same userid. But that's
probably not what he wants to do here...

On Apr 9, 10:00 am, Frank Weiss <[email protected]> wrote:
> Android security does not allow reading another apps DB directly. You need
> to create a ContentProvider for that AFIAK.
>
>
>
> On Thu, Apr 8, 2010 at 11:26 PM, saikiran n <[email protected]> wrote:
> > Hi,
> > I implemented sqlitedatabase using content provider in one application.
> > And created some tables and some data in that.
> > By using another application how to read those database.
> > I am doing in second application as a sql query by using Content uri what i
> > used in application one.
> > But it is throwing exception that read permissin is required.
> > How to give those permissions is it in application1 or 2.
> > Can anybody help me
>
> > --
> > 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]<android-developers%2Bunsubs 
> > [email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

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