soot.jimple.infoflow.android.iccta.IccLinkProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soot-infoflow-android Show documentation
Show all versions of soot-infoflow-android Show documentation
Android-specific components of FlowDroid
package soot.jimple.infoflow.android.iccta;
import java.util.List;
public interface IccLinkProvider
{
public List getIccLinks();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy