Xamarin Android Start app using link with parameters
问题 I have a problem. I created a IntentFilter so my app launches when clicked on a specific link. Here is my IntentFilter: [IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.CategoryDefault, Android.Content.Intent.CategoryBrowsable }, DataScheme = "myapplication.app" )] And here is the link: <a href='myapplication.app://'>here</a> But how can I pass a parameter (integer) in that link and how can I use that parameter in my C# code? 回答1: A complete URL Scheme protocol format