有没有办法在android中使用adb shell命令删除联系人?

有没有办法在android中使用adb shell命令删除联系人?,shell,adb,Shell,Adb,我想知道是否有其他方法可以使用adb shell命令删除android中的特定联系人。到目前为止,我尝试的是adbshell“am start-a android.intent.action.DELETE”content://contacts/people/“但其返回开始:Intent{act=android.Intent.action.DELETE dat=content:} 错误:活动未启动,无法解析意图{act=android.Intent.action.DELETE dat=conten

我想知道是否有其他方法可以使用adb shell命令删除android中的特定联系人。到目前为止,我尝试的是
adbshell“am start-a android.intent.action.DELETE”content://contacts/people/“
但其返回
开始:Intent{act=android.Intent.action.DELETE dat=content:}
错误:活动未启动,无法解析意图{act=android.Intent.action.DELETE dat=content:flg=0x10000000}
。如果有任何与我使用的意图不同的替代方案,请提供建议。

您应该参考此