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

Commit e5a4c3b4 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: 6b9c9d44

am: a2823f7e

Change-Id: I76946cbaa6d1e726beb6c7c6a6e44ca485e3ea94
parents b4e90253 a2823f7e
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);