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

Commit 938c6b41 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 9a131f50: Donot include photo in vard in pbap

* commit '9a131f50':
  Donot include photo in vard in pbap
parents 156769e2 9a131f50
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) {