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

Commit 4a55c164 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Merge \\"Fix sender name string to match MAP spec\\" am: 5f4d748f

am: ff69969f

Change-Id: I76946cbaa6d1e726beb6c7c6a6e44ca485e3ea94
parents 353f3790 ff69969f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ public class BluetoothMapContentObserver {
                            subject.substring(0,subject.length() < 256 ? subject.length() : 256));
                }
                if (senderName != null) {
                    xmlEvtReport.attribute("", "senderName", senderName);
                    xmlEvtReport.attribute("", "sender_name", senderName);
                }
                if (priority != null) {
                    xmlEvtReport.attribute("", "priority", priority);