DroidBench
DroidBench copied to clipboard
ActivityCommunication8.apk does not match with source codes
the action attribute of the Intent in OurFlowActivity of ActivityCommunication8.apk does not match up with the codes.
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.
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.