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

Commit d366963f authored by Yoshiharu Kurita's avatar Yoshiharu Kurita Committed by android-build-merger
Browse files

Merge "Use ENTERPRISE_CONTENT_FILTER_URI for phone lookup URI" am: 784f5b1d am: f40983bd

am: 0f07a95e

Change-Id: I5d4a3f96100c4e3bb1b4dd2d0543f6924b53831b
parents 92661bde 0f07a95e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -166,7 +166,8 @@ public class SmsMmsContacts {

        // TODO: Should we change to extract both formatted name, and display name?

        Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI,Uri.encode(phone));
        Uri uri = Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI,
                Uri.encode(phone));
        String selection = CONTACT_SEL_VISIBLE;
        String[] selectionArgs = null;
        if(contactNameFilter != null) {