summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-03-12 15:33:59 -0700
committerTom Taylor <tomtaylor@google.com>2012-03-12 15:33:59 -0700
commite866ad07d067024eb12624f8b5902261686dedf9 (patch)
treec1d7b46580ba943f583686a2fc0fcf96e875de27 /AndroidManifest.xml
parent7e62033b544f8aab5ea679c223133af1abe560e6 (diff)
downloadMms-e866ad07d067024eb12624f8b5902261686dedf9.tar.gz
Remove the messaging app's as a video sharer
Bug 5509156 The camera takes videos that are much too big to share via mms (unless the video captured is initiated with the messaging app's attachment menu). Remove the intent filter data that says the messaging app can send videos. Change-Id: Ib8bbfd8f93eb20b42242eedc3f7ee0abdb2e6a59
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ed6da9cf..229cdc1e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -111,18 +111,12 @@
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
- <data android:mimeType="video/*" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.SEND" />
- <category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND_MULTIPLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
- <data android:mimeType="video/*" />
</intent-filter>
</activity>