0
我有開始以外的其他活動獲得一些項目的任何活動,我結束活動
我已經開始與
Intent inte = new Intent(actMain.this,actResults.class);
inte.setAction("calllog");
startActivityForResult(inte, CALL_LOG_REQ);
但開始之後,actResults自動返回Action_OK之前得到RESULT_OK,和當我發送ACTION_OK時,它不起作用。爲什麼?