0

我正在搜索相当于可在 Monodroid 中搜索的 Android ,因为 monodroid 会自动生成应用程序 xml 清单。有没有办法拥有一个自己的应用程序 xml 并向 monodroid 编译器说这个 xml 应该绑定到编译中?

4

1 回答 1

1

将这些行添加到 Search-Activity 它会生成正确的清单:

[IntentFilter (new[]{Intent.ActionSearch})]
[MetaData ("android.app.searchable", Resource="@xml/searchable")]

这是所有的了。

有关更多信息,请查看http://docs.xamarin.com/android/advanced_topics/working_with_androidmanifest.xml

于 2012-05-25T10:43:42.033 回答