-
Notifications
You must be signed in to change notification settings - Fork 114
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
AnotherActivity in Singletons1 is not actually triggered #18
base: master
Are you sure you want to change the base?
Conversation
…Bench into develop
…Bench into develop Conflicts: eclipse-project/InterComponentCommunication/Singletons1/.classpath
…Bench into develop
Conflicts: README.md
…cause the same data was passed through Java as well
…National Institute of Technology, India
I add some samples which could not be precisely analyzed by current static analysis tools like FlowDroid and DroidSafe. Also, I fixed some issues in the previous samples which will crash the sample while executing.
…new exception test cases
Hi @StevenArzt , I want to add one more reflection sample to category Reflection. Earlier I was able to do the same easily but this time I am getting error: I am attaching the complete eclipse project here. Please add to develop branch. |
Add FieldSource apk
Remove real-world apk without ground-truth
Hi,
The activity "AnotherAcitivty" will not be actually started so that the filed of the singleton instance will not be polluted.
I suggest to add "startActivity(i)" in the MainActivity.
Thanks.