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

Commit 3edfef08 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Make BluetoothPbapCallLogComposer use FLAG_REFRAIN_IMAGE_EXPORT.

Bug: 2603200
Change-Id: Ie6a40c12fafac5927b616f31a8335df0181f9e18
parent f09f6739
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -432,6 +432,7 @@ public class BluetoothPbapVcardManager {
                } else {
                    vcardType = VCardConfig.VCARD_TYPE_V30_GENERIC_UTF8;
                }
                vcardType |= VCardConfig.FLAG_REFRAIN_IMAGE_EXPORT;

                composer = new VCardComposer(mContext, vcardType, true);
                composer.addHandler(new HandlerForStringBuffer(op, ownerVCard));