Skip to content

Instantly share code, notes, and snippets.

@markcerqueira
Created June 19, 2018 05:00
Show Gist options
  • Select an option

  • Save markcerqueira/e198d3917d56bc1783f4ee5c10bd2c20 to your computer and use it in GitHub Desktop.

Select an option

Save markcerqueira/e198d3917d56bc1783f4ee5c10bd2c20 to your computer and use it in GitHub Desktop.

Revisions

  1. markcerqueira created this gist Jun 19, 2018.
    11 changes: 11 additions & 0 deletions AndroidManifest.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <provider
    android:name="android.support.v4.content.FileProvider"
    android:authorities="gg.mark.provider"
    android:exported="false"
    android:grantUriPermissions="true">

    <meta-data
    android:name="android.support.FILE_PROVIDER_PATHS"
    android:resource="@xml/file_paths"/>

    </provider>