mardi 3 novembre 2015

Android, trace query of the content provider

This is my code

   Cursor  phones = resolver.query(ContacsUri, projection, condition, conditionArgs, ContactsContract.Contacts.DISPLAY_NAME + " ASC ");

I set a break point after this code, but I wonder which field is this cursor's SQL Query that is used to retrieve from database! Is it possible to get the cursor's query? there is millions of parameters and I can't find the sql query if it's possible!

Aucun commentaire:

Enregistrer un commentaire