这样做
adb shell am start -a android.intent.action.start -t vnd.android.cursor.dir/contact
会导致:
Starting: Intent { act=android.intent.action.start typ=vnd.android.cursor.dir/contact }
Error: Activity not started, unable to resolve Intent { act=android.intent.action.start typ=vnd.android.cursor.dir/contact flg=0x10000000 }
请指教。