请告诉我,为什么当我尝试打开xml文件时,android没有看到我的应用程序
[Activity(Label = "App3", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[IntentFilter(new[] { Intent.ActionSend }, Categories = new[] { Intent.CategoryDefault, Intent.CategoryBrowsable }, DataMimeType = @"text/xml")]
[IntentFilter(new[] { Intent.ActionSend }, Categories = new[] { Intent.CategoryDefault, Intent.CategoryBrowsable }, DataMimeType = @"application/xml")]
如果我在pdf上更改xml,它的工作正常,但不能用xml 并且必须说我的应用程序可以安全(共享)文件,但无法从其他应用程序打开xml文件:(