Temporary search UI

Change-Id: Ia138ca93f0b28fd0915aa79c965f752f7c08ee90
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 524062f..835f280 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -108,6 +108,7 @@
                     />
             </intent-filter>
         </activity>
+
         <!-- Must be exported in order for the AccountManager to launch it -->
         <!-- Also available for continuous test systems to force account creation -->
         <activity
@@ -209,8 +210,11 @@
             >
         </activity>
         <activity
-            android:name=".activity.MessageListXL"
-            >
+            android:name=".activity.MessageListXL">
+            <intent-filter>
+                <action android:name="android.intent.action.SEARCH" />
+            </intent-filter>
+            <meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
         </activity>
         <activity
             android:name=".activity.MessageView"