如何在Xamarin Android中设置autoverify属性?

时间:2015-08-21 21:21:06

标签: android xamarin xamarin.android

这是我的Xamarin代码:

    [Activity(Theme = "@style/Theme.Splash", Label = "MyappName", MainLauncher = true, Icon = "@drawable/icon")]
[IntentFilter(new[] { Android.Content.Intent.ActionView },
DataScheme = "http",
DataHost = "www.mywebsite.net",
Categories = new[] { Android.Content.Intent.CategoryDefault, Android.Content.Intent.CategoryBrowsable })]

这是Android documentation about app links

如您所见,我添加了一个intent过滤器并设置了datascheme,datahost等。但是,Android文档还描述了autoverify属性。如何在我的Xamarin项目中设置它?

0 个答案:

没有答案