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

Commit f40983bd 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

Change-Id: Ie838a43f90e7f167ffe290bccf97f400718b4e23
parents f5afa98e 784f5b1d
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) {