Re: [android-developers] Creating complex queries for SQLite

2011-01-03 Thread Kostya Vasilyev
It's not possible to access other application's data files (including databases). It's also not possible to bypass ContentResolver / ContentProvider to get to the database, especially since a ContentProvider implementation doe snot have to use a SQLite database for its data storage. -- Kostya

[android-developers] Creating complex queries for SQLite

2011-01-02 Thread Luca Carlon
Hi! I'm using the Android's media library intensively, and I was asking myself whether it is possible or not to query the database more freely than using the ContentProvider class. Would it be possible to query directly the database that is stored in the filesystem (/data/ data/com.android.provider