我有任何活动开始其他活动以获得一些物品,
我已经开始了
Intent inte = new Intent(actMain.this,actResults.class);
inte.setAction("calllog");
startActivityForResult(inte, CALL_LOG_REQ);
但启动后,actResults 自动返回 Action_OK,当我发送 ACTION_OK 时,它不起作用。为什么 ?
我有任何活动开始其他活动以获得一些物品,
我已经开始了
Intent inte = new Intent(actMain.this,actResults.class);
inte.setAction("calllog");
startActivityForResult(inte, CALL_LOG_REQ);
但启动后,actResults 自动返回 Action_OK,当我发送 ACTION_OK 时,它不起作用。为什么 ?