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%[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 To unsubscribe, reply using "remove me" as the subject.

