Skip to content

Instantly share code, notes, and snippets.

@Arunshaik2001
Created November 6, 2022 15:47
Show Gist options
  • Save Arunshaik2001/850c3b8851c47cb908ef59dc8ec7a81c to your computer and use it in GitHub Desktop.
Save Arunshaik2001/850c3b8851c47cb908ef59dc8ec7a81c to your computer and use it in GitHub Desktop.
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="@string/app_name_lowercase" android:host="reminder"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment