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

how to track API like onCreate called by browsable Activity with startActivity #6

Open
zzzzfeng opened this issue Dec 17, 2019 · 2 comments

Comments

@zzzzfeng
Copy link

zzzzfeng commented Dec 17, 2019

As onCreate.get_xref_from() will get nothing, how to track API like onCreate called by browsable Activity with startActivity.
plus, startActivity.get_xref_to() also get nothing

@projectbtle
Copy link
Contributor

I'm not sure what you mean. Do you mean a template that will check the presence of the onCreate call for a browsable Activity?

@zzzzfeng
Copy link
Author

I mean, the target is to check if there exists a browsable Activity that called webview.loadUrl().
Now there exists a browsable Activity, which call startActivity to start activity2, and in activity2's onCreate function, it calls webview.loadUrl().
It seems JAndroid could not detect this one, cause onCreate.get_xref_from() will get nothing
Am I right?

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