我需要通過編寫MonkeyRunner腳本來發送MMS。我的腳本如下所示,並引發異常。任何人都可以幫忙嗎?我對寫作感興趣腳本中使用的意圖,而不是用座標法: from com.android.monkeyrunner import MonkeyDevice, MonkeyRunner, MonkeyImage
device= MonkeyDevice
for i in range(5):
de
Uri uri = Uri.parse("file://"+Environment.getExternalStorageDirectory()+"/test.png");
Intent i = new Intent(Intent.ACTION_SEND);
i.putExtra("address","1234567890");
i.putExtra("sms_body
我試圖實現MMS應用程序發送圖片/圖像。爲此,我寫了下面的代碼。但在按確定消息發送像SMS一樣不像MMS(圖像不附加)。 請幫助我以下代碼是否正確。 try { Uri uri = Uri.parse("file://mnt/sdcard/pictures/kc.jpg");
Intent i = new Intent(Intent.ACTION_SEND);
i.p