通过adb或monkeyrunner添加联系人

som*_*man 5 android android-contacts monkeyrunner

有没有人知道是否有办法通过adb或monkeyrunner添加联系人?

运用

device.shell("am start -a android.intent.action.ACTION_INSERT -t ContactsContract.Contacts.CONTENT_TYPE -e ContactsContract.Intents.Insert.NAME "+name+" ContactsContract.Intents.Insert.PHONE "+number)
Run Code Online (Sandbox Code Playgroud)

不适合我

Die*_*ano 12

使用这样的东西:

device.shell("am start -a android.intent.action.INSERT -t vnd.android.cursor.dir/contact -e name 'Donald Duck' -e phone 555-1234")
Run Code Online (Sandbox Code Playgroud)