Skip to content

Commit

Permalink
[SearchableDictionary] fix for #28906
Browse files Browse the repository at this point in the history
  • Loading branch information
xamarin23 authored and xamarin23 committed Jun 15, 2016
1 parent 98a6296 commit b25e3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SearchableDictionary/WordActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
namespace SearchableDictionary
{
[Activity(Label="WordActivity")]
[IntentFilter(new string[] { "android.intent.action.SEARCH" })]
[MetaData(("android.app.searchable"), Resource = "@xml/searchable")]
public class WordActivity : Activity
{
protected override void OnCreate (Bundle bundle)
Expand Down

0 comments on commit b25e3fb

Please sign in to comment.