Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActivityCommunication8.apk does not match with source codes #22

Open
chychenhongyi opened this issue Jul 19, 2016 · 2 comments
Open

ActivityCommunication8.apk does not match with source codes #22

chychenhongyi opened this issue Jul 19, 2016 · 2 comments

Comments

@chychenhongyi
Copy link

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

@StevenArzt
Copy link
Member

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.

@chychenhongyi
Copy link
Author

chychenhongyi commented Jul 21, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants