Issue
Can you please let me know if there is any adb command that can be used to find total number of contacts on device. -thanks in advance, Manju
Solution
this does not require root and sqlite
:
adb shell content query --uri content://contacts/phones/ --projection display_name:number:notes # google contacts?
adb shell content query --uri content://com.android.contacts/data --projection display_name:data1:data4:contact_id
Answered By - eadmaster
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.