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

Commit 784f5b1d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use ENTERPRISE_CONTENT_FILTER_URI for phone lookup URI"

parents df38dddd c614aa9f
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) {