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

Commit 0fc0244e authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

[Issue 2097207] Adding filtering capability to aggregation suggestions

Change-Id: Ifce36286d2f573e69f872432cc34a1fca0311e02
parent fe2bddfa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -410,7 +410,8 @@ public final class ContactsContract {
            private AggregationSuggestions() {}

            /**
             * The directory twig for this sub-table
             * The directory twig for this sub-table. The URI can be followed by an optional
             * type-to-filter, similar to {@link Contacts#CONTENT_FILTER_URI}.
             */
            public static final String CONTENT_DIRECTORY = "suggestions";
        }