Skip to content

Instantly share code, notes, and snippets.

@ashwin-sp
Created June 4, 2018 03:27
Show Gist options
  • Save ashwin-sp/c26fdd84661eecfd34de071a24a41472 to your computer and use it in GitHub Desktop.
Save ashwin-sp/c26fdd84661eecfd34de071a24a41472 to your computer and use it in GitHub Desktop.
<provider
android:name=".MySliceProvider"
android:authorities="com.bhaideveloper.slices"
android:exported="true"
android:grantUriPermissions="true">
</provider>
<receiver android:name=".MyReceiver"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment