Skip to content

Instantly share code, notes, and snippets.

@Clancey
Created January 19, 2018 21:07
Show Gist options
  • Select an option

  • Save Clancey/630afc3021f563468fda88c29e892aa6 to your computer and use it in GitHub Desktop.

Select an option

Save Clancey/630afc3021f563468fda88c29e892aa6 to your computer and use it in GitHub Desktop.
[Activity(NoHistory = true, LaunchMode = Android.Content.PM.LaunchMode.SingleTop)]
[IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.CategoryDefault, Intent.CategoryBrowsable }, DataScheme = "whatever.scheme")]
public class SimpleAuthActivity : SimpleAuth.Droid.CustomTabs.SimpleAuthCallbackActivity
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment