Add ability to send video upgrade requests using TestVideoProvider
Bug: 20090411
Change-Id: I5db96fd41efc3baee0d80c73988cc0d6fba23b37
diff --git a/testapps/AndroidManifest.xml b/testapps/AndroidManifest.xml
index 728c64a..1b296d4 100644
--- a/testapps/AndroidManifest.xml
+++ b/testapps/AndroidManifest.xml
@@ -70,6 +70,11 @@
<action android:name="android.telecom.testapps.ACTION_HANGUP_CALLS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.telecom.testapps.ACTION_SEND_UPGRADE_REQUEST" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <data android:scheme="int" />
+ </intent-filter>
</activity>
<receiver android:name="com.android.server.telecom.testapps.CallNotificationReceiver"