Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a87afd07 authored by Tom Taylor's avatar Tom Taylor
Browse files

Remove mms-common library

Put the Mms files back in the framework where they've been since 1.0.

Change-Id: I3c449468053ddd82d35c45a06d71957de660bf99
parent 147113ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package com.android.mmscommon;
package com.google.android.mms;

import java.util.ArrayList;

@@ -26,7 +26,6 @@ public class ContentType {
    public static final String MMS_GENERIC       = "application/vnd.wap.mms-generic";
    public static final String MULTIPART_MIXED   = "application/vnd.wap.multipart.mixed";
    public static final String MULTIPART_RELATED = "application/vnd.wap.multipart.related";
    public static final String MULTIPART_ALTERNATIVE = "application/vnd.wap.multipart.alternative";

    public static final String TEXT_PLAIN        = "text/plain";
    public static final String TEXT_HTML         = "text/html";
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package com.android.mmscommon;
package com.google.android.mms;

/**
 * Thrown when an invalid header value was set.
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * limitations under the License.
 */

package com.android.mmscommon;
package com.google.android.mms;

/**
 * A generic exception that is thrown by the Mms client.
+5 −0
Original line number Diff line number Diff line
<body>

{@hide}

</body>
+2 −3
Original line number Diff line number Diff line
@@ -15,10 +15,9 @@
 * limitations under the License.
 */

package com.android.mmscommon.mms.pdu;
package com.google.android.mms.pdu;

import com.android.mmscommon.InvalidHeaderValueException;
import com.android.mmscommon.PduHeaders;
import com.google.android.mms.InvalidHeaderValueException;

/**
 * M-Acknowledge.ind PDU.
Loading