You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
the action attribute of the Intent in OurFlowActivity of ActivityCommunication8.apk does not match up with the codes.
The text was updated successfully, but these errors were encountered: