DroidBench icon indicating copy to clipboard operation
DroidBench copied to clipboard

ActivityCommunication8.apk does not match with source codes

Open chychenhongyi opened this issue 9 years ago • 2 comments
trafficstars

the action attribute of the Intent in OurFlowActivity of ActivityCommunication8.apk does not match up with the codes.

chychenhongyi avatar Jul 19 '16 13:07 chychenhongyi

Can you elaborate what the problem is? The OutFlowActivity class sends an intent with the action "edu.mit.icc_action_string_operations.ACTION". There is a filter for exactly this string in the manifest for the InFlowActivity which just accepts whatever it receives. From my side, this looks all fine.

StevenArzt avatar Jul 20 '16 09:07 StevenArzt

Yes, the value of the action assigned to the intent in codes is "edu.mit.icc_action_string_operations.ACTION". But the problem is, when reverse the ActivityCommunication8.apk in the apks directory, the action value in the reversed codes is assined with string "edu.mit.icc_pass_action_string_through_api.ACTION". There is no intent-filter with this string.

Plesase check the apk file.

chychenhongyi avatar Jul 21 '16 07:07 chychenhongyi