Skip to content

Instantly share code, notes, and snippets.

@illuzor
Last active September 28, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/7819fa155531d13fa8ba07d417c12bca to your computer and use it in GitHub Desktop.
Save illuzor/7819fa155531d13fa8ba07d417c12bca to your computer and use it in GitHub Desktop.
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.illuzor.lesson.wallpapers.SHARE_WALLPAPER"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/files" />
</provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment