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

Commit 7ad26d3a authored by greg_huang's avatar greg_huang Committed by android-build-merger
Browse files

Merge "PBAP: Check for null in isNameMatchTarget" am: 4c75faae

am: 194f58af

Change-Id: I96cb289ca12b20b5df63890f63f34b5c47a107ff
parents 07119333 194f58af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -478,6 +478,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {
    }

    private boolean isNameMatchTarget(String name, String target) {
        if (name == null) return false;
        String contentTypeName = name;
        if (contentTypeName.endsWith(".vcf")) {
            contentTypeName = contentTypeName