summaryrefslogtreecommitdiffstats
path: root/testapps/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/AndroidManifest.xml')
-rw-r--r--testapps/AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testapps/AndroidManifest.xml b/testapps/AndroidManifest.xml
index a6a0d76e..2cdfc554 100644
--- a/testapps/AndroidManifest.xml
+++ b/testapps/AndroidManifest.xml
@@ -163,6 +163,16 @@
</intent-filter>
</activity>
+ <activity android:name="com.android.server.telecom.testapps.TestUssdActivity"
+ android:label="@string/UssdUiAppLabel"
+ android:launchMode="singleInstance">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+
<activity android:name="com.android.server.telecom.testapps.SelfManagedCallingActivity"
android:label="@string/selfManagedCallingActivityLabel"
android:process="com.android.server.telecom.testapps.SelfMangingCallingApp">