Skip to content

Instantly share code, notes, and snippets.

@barmgeat
Last active September 15, 2018 05:07
Show Gist options
  • Save barmgeat/03a7ba9c13f9f064c321fe7c87acb240 to your computer and use it in GitHub Desktop.
Save barmgeat/03a7ba9c13f9f064c321fe7c87acb240 to your computer and use it in GitHub Desktop.
Add the Provider to the Manifest
<provider
android:authorities="com.example.android.AppName"
android:name=".Data.AppProvider"
android:exported="false" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment