UNPKG

@webnativellc/capacitor-filesharer

Version:

Capacitor plugin to download and share files for the Web, Android and iOS

17 lines (14 loc) 524 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" > <application> <provider android:name=".FileSharerProvider" android:authorities="${applicationId}.filesharer.fileprovider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/sharing_paths" /> </provider> </application> </manifest>