Allow acceptable media types only for sharing
Test: Manual Change-Id: I20d5f8abf2ba7b7b620aa2a4ec1e0a43091f98c2 Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
This commit is contained in:
@@ -341,6 +341,11 @@ public class MessagePartData implements Parcelable {
|
||||
return mHeight;
|
||||
}
|
||||
|
||||
public static boolean isSupportedMediaType(final String contentType) {
|
||||
return ContentType.isVCardType(contentType)
|
||||
|| Arrays.asList(ACCEPTABLE_GALLERY_MEDIA_TYPES).contains(contentType);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return true if this part can only exist by itself, with no other attachments
|
||||
|
||||
Reference in New Issue
Block a user