-
Notifications
You must be signed in to change notification settings - Fork 313
Description
Hi,
I am trying to build a model of an Android application using the callgraph provided by soot. For each screen of the application, I need to identify sub-elements such as fragments or drawers. I noticed that some of the fragment classes are missing from my model and this corresponds to activities where Fragments are added using FragmentPagerAdapter in this fashion:
Please correct me if I am wrong, but it seems like fragments added with this type of adapter are not handled. Is there any chance you could provide me with some pointers on how to proceed to add support for this, when identifying the fragment classes.
I am using soot-infoflow-android v2.7.1 and running on an application from the RecDroid dataset: https://github.com/AndroidTestBugReport/ReCDroid/blob/master/Evaluation%20Result/apks/8.AnyMemo-v10.10.1_debug.apk
