[Issue 2097207] Adding filtering capability to aggregation suggestions

Change-Id: Ifce36286d2f573e69f872432cc34a1fca0311e02
This commit is contained in:
Dmitri Plotnikov
2009-09-21 13:26:28 -07:00
parent fe2bddfae1
commit 0fc0244e80

View File

@@ -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";
}