Messaging: Remove unused code
Change-Id: I8093bb3e305ae323f7069bf42f9e83f8c8647cc7
This commit is contained in:
@@ -207,13 +207,6 @@ public class PduParser {
|
||||
// or "application/vnd.wap.multipart.related"
|
||||
// or "application/vnd.wap.multipart.alternative"
|
||||
return retrieveConf;
|
||||
} else if (ctTypeStr.equals(ContentType.MMS_MULTIPART_ALTERNATIVE)) {
|
||||
// "application/vnd.wap.multipart.alternative"
|
||||
// should take only the first part.
|
||||
PduPart firstPart = mBody.getPart(0);
|
||||
mBody.removeAll();
|
||||
mBody.addPart(0, firstPart);
|
||||
return retrieveConf;
|
||||
}
|
||||
return null;
|
||||
case PduHeaders.MESSAGE_TYPE_DELIVERY_IND:
|
||||
|
||||
Reference in New Issue
Block a user