Add SIP support to TestCallActivity

Bug: 18094576
Change-Id: I5c61a2be433955aa29e00696364c9ec3f7d18824
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index d0cdf5f..0da81bf 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -72,6 +72,7 @@
                 <action android:name="android.telecom.testapps.ACTION_NEW_UNKNOWN_CALL" />
                 <category android:name="android.intent.category.DEFAULT" />
                 <data android:scheme="tel" />
+                <data android:scheme="sip" />
             </intent-filter>
         </activity>