I am trying to upgrade a working old app to support Android API 26, and one of the thing I need to use is android.support.v4.content.FileProvider - but it was not found.
Create your class
import android.support.v4.content.FileProvider; public class GenericFileProvider extends FileProvider { }
Add this provider into your AndroidManifest.xml under application tag: