Created
January 19, 2018 21:07
-
-
Save Clancey/630afc3021f563468fda88c29e892aa6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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