Jandroid icon indicating copy to clipboard operation
Jandroid copied to clipboard

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

Open zzzzfeng opened this issue 6 years ago • 2 comments

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

zzzzfeng avatar Dec 17 '19 09:12 zzzzfeng

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?

projectbtle avatar Dec 19 '19 00:12 projectbtle

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?

zzzzfeng avatar Dec 19 '19 04:12 zzzzfeng