[Soot-list] Callbacks in super classes

19 views
Skip to first unread message

Faridah Akinotcho

unread,
Feb 15, 2022, 8:51:30 PM2/15/22
to Soot-list
Hello,

I was wondering if Flowdroid collects callbacks and lifecycle defined in abstract super classes. For e.g

public abstract class BaseActivity extends Activity {
    void onCreate(Context ...){
    //some code
   }

  void onCreateContextMenu(....){
    //some code
  }
}

public class NewActivity extends BaseActivity{
}

By default, onCreate and onCreateContextMenu are not present in the callbackMethods map entry for NewActivity.
Is there a setting that can be specified to retain that information or does it require extra analysis (i.e filtering methods in superClass matching lifecycle signatures) ?

Best regards,
Faridah Akinotcho

Reply all
Reply to author
Forward
0 new messages