Fixing ContactDeletionInteractionTest

Bug: 3330176
Change-Id: I6726e74440cd7cb8c16d169a97da5042f77c9463
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c0d9240..617d5c7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -457,6 +457,12 @@
             </intent-filter>
         </activity>
 
+        <activity android:name=".test.FragmentTestActivity">
+            <intent-filter>
+                <category android:name="android.intent.category.TEST" />
+            </intent-filter>
+        </activity>
+
         <!-- Stub service used to keep our process alive long enough for
              background threads to finish their operations. -->
         <service