Make TestCallActivity Theme.NoDisplay
This prevents the activity from bringing up the UI at all,
which makes the initiation of a test call more realistic from the
ActivityManager's perspective since calls are usually
generated from the background.
Change-Id: I291e7fcc0bc1a03924328159da71304a86ee6252
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index e987dee..c13be5f 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -61,6 +61,7 @@
</service>
<activity android:name="com.android.server.telecom.testapps.TestCallActivity"
+ android:theme="@android:style/Theme.NoDisplay"
android:label="@string/testCallActivityLabel">
<intent-filter>
<action android:name="android.intent.action.MAIN" />