aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2012-11-25 20:53:23 +0100
committerJorge Ruesga <jorge@ruesga.com>2012-12-11 23:28:24 +0100
commitfe6aaa761b298e3b79ec0c6b63a9296cc874c447 (patch)
tree0297d8c2368a8453809d8d892255706759cc7989 /res/raw
parent83e2b0c11f5ff077a324610f1dbcd32f645373a7 (diff)
downloadandroid_packages_apps_CMFileManager-fe6aaa761b298e3b79ec0c6b63a9296cc874c447.tar.gz
android_packages_apps_CMFileManager-fe6aaa761b298e3b79ec0c6b63a9296cc874c447.tar.bz2
android_packages_apps_CMFileManager-fe6aaa761b298e3b79ec0c6b63a9296cc874c447.zip
Issue 6722: CM File Manager can not Play/Start files recorded with CM embedded Soundrekorder
Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6722 Updated "video/3gpp" and "video/3gpp2" mime/types extensions Change-Id: I5c04a582ea5f961dd6387602613d5b2248a9ff5e
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/mime_types.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index 4a8b0a4f..a9a8229f 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -263,7 +263,9 @@ wav = AUDIO | audio/x-wav | fso_type_audio_drawable
# Video
3gp = VIDEO | video/3gpp | fso_type_video_drawable
+3gpp = VIDEO | video/3gpp | fso_type_video_drawable
3g2 = VIDEO | video/3gpp2 | fso_type_video_drawable
+3gpp2 = VIDEO | video/3gpp2 | fso_type_video_drawable
h261 = VIDEO | video/h261 | fso_type_video_drawable
h263 = VIDEO | video/h263 | fso_type_video_drawable
h264 = VIDEO | video/h264 | fso_type_video_drawable