Cursor cursor = getContentResolver().query(Uri.parse("content://catacts/person"), null, null, null, null);
일반적으로 이런방법을 사용합니다만.
adb pull /data/data/com.android.providers.contacts/databases/contacts2.db C:/contacts2.db
이런방식으로 여러 DB들을 뺐는데.

그렇다면 저 DB에 직접적으로 연결할수있는방법은없나요?
Uri.parse("content://catacts/person") 이부분을 어떻게 수정해야할것같은데 감이잘안오네요