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
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: