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

Commit 4e77afc5 authored by Matthew Xie's avatar Matthew Xie
Browse files

MAP: Return OBEX_HTTP_NOT_IMPLEMENTED for msgUpdate for sms/mms

In MAP profile message update is not implemented for sms/mms.
bug 17723738

Change-Id: I6c7baaf9e6f54e7af1b6c8458a6a458239da7d10
parent f203cf7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -427,7 +427,7 @@ public class BluetoothMapObexServer extends ServerRequestHandler {
            }
            }
        }
        }


        return ResponseCodes.OBEX_HTTP_OK;
        return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
    }
    }


     private BluetoothMapFolderElement getFolderElementFromName(String folderName) {
     private BluetoothMapFolderElement getFolderElementFromName(String folderName) {