OSDN Git Service

Remove MMS support from MAP profile
authorZhihai Xu <zhihaixu@google.com>
Wed, 9 Oct 2013 23:26:00 +0000 (16:26 -0700)
committerZhihai Xu <zhihaixu@google.com>
Wed, 9 Oct 2013 23:26:00 +0000 (16:26 -0700)
reject to push MMS message, will support it in the future
bug 10296324

Change-Id: Idf2aa081b049e323422223d7b24f6404de2d7184

src/com/android/bluetooth/map/BluetoothMapContentObserver.java

index 96bf1ee..11ff0ff 100644 (file)
@@ -660,9 +660,12 @@ public class BluetoothMapContentObserver {
                     case MMS:
                     {
                         /* Send message if folder is outbox */
+                        /* to do, support MMS in the future */
+                        /*
                         if (folder.equals("outbox")) {
                            handle = sendMmsMessage(folder, phone, (BluetoothMapbMessageMmsEmail)msg);
                         }
+                        */
                         break;
                     }
                     case SMS_GSM: //fall-through