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

Commit 9a131f50 authored by Matthew Xie's avatar Matthew Xie
Browse files

Donot include photo in vard in pbap

Certain carkit abort pbap transfer if vcard includes photo
bug 7070862

Change-Id: Iacd7e20901a7450599e844d1fb34923108e81bdc
parent bc72e148
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.util.Log;

public class BluetoothPbapConfig {
    private static boolean sUseProfileForOwnerVcard=true;
    private static boolean sIncludePhotosInVcard = true;
    private static boolean sIncludePhotosInVcard = false;
    public static void init(Context ctx) {
        Resources r = ctx.getResources();
        if (r != null) {