FlowDroid icon indicating copy to clipboard operation
FlowDroid copied to clipboard

Support for appComponentFactory is missing

Open MarcMil opened this issue 5 years ago • 0 comments

Android apps can use a mechanism to use a factory to instantiate the application class, activities and other components. FlowDroid should support this in order to get obtain a more complete callgraph.

    <application android:appComponentFactory="androidx.core.app.CoreComponentFactory>

An example implementation usually used in Apps can be found at https://androidx.de/androidx/core/app/CoreComponentFactory.html

MarcMil avatar Oct 29 '20 10:10 MarcMil