summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDave Sparks <davidsparks@android.com>2009-07-21 21:32:13 -0700
committerDave Sparks <davidsparks@android.com>2009-07-21 21:32:13 -0700
commit788b45f3c5ecc2fc9f057ed00c1a93c26aa02ff9 (patch)
treef45b18138cc918eae34265c617bbd39e7d2aa147 /AndroidManifest.xml
parent5bd3b05e2e3239f0e408ed05352295b7595904a3 (diff)
downloadLegacyCamera-788b45f3c5ecc2fc9f057ed00c1a93c26aa02ff9.zip
LegacyCamera-788b45f3c5ecc2fc9f057ed00c1a93c26aa02ff9.tar.gz
LegacyCamera-788b45f3c5ecc2fc9f057ed00c1a93c26aa02ff9.tar.bz2
Support for RTSP streaming through SDP format.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5977ee1..b421894 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -160,6 +160,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="video/*" />
+ <data android:mimeType="application/sdp" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />