Skip to content

Instantly share code, notes, and snippets.

@blaswan
Created March 10, 2017 07:51
Show Gist options
  • Save blaswan/559c36a957d2cd4c87a6c163bda00b16 to your computer and use it in GitHub Desktop.
Save blaswan/559c36a957d2cd4c87a6c163bda00b16 to your computer and use it in GitHub Desktop.
<application
android:name="com.example.MyApplication"
...
>
...
<provider
android:name="com.zoyi.channel.plugin.android.global.ChannelFileProvider"
android:authorities="your.package.ch_provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/ch_file_paths"/>
</provider>
...
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment