Skip to content

Instantly share code, notes, and snippets.

@ElifBon
Last active July 16, 2019 18:49
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 ElifBon/63012b875a60fe44a161db1890ab5d30 to your computer and use it in GitHub Desktop.
Save ElifBon/63012b875a60fe44a161db1890ab5d30 to your computer and use it in GitHub Desktop.
<provider
android:name=".MySliceProvider"
android:authorities="com.boncuk.slicesdemo"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.app.slice.category.SLICE"/>
<data
android:host="boncuk.com"
android:pathPrefix="/"
android:scheme="http"/>
</intent-filter>
</provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment