Class DocumentSharingProvider

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2

    
    public class DocumentSharingProvider
    extends BaseFileProvider
                        

    Provider allowing access to shared files. To use this provider you just need to add this to your AndroidManifest.xml:

    
    <provider
         android:name="com.pspdfkit.document.sharing.DocumentSharingProvider"
         android:authorities="[your application package name].pdf.share"
         android:exported="true"
         android:grantUriPermissions="true" />