am 0fc0244e: [Issue 2097207] Adding filtering capability to aggregation suggestions

Merge commit '0fc0244e808925e848ee9e350a3a213bd7574249' into eclair-plus-aosp

* commit '0fc0244e808925e848ee9e350a3a213bd7574249':
  [Issue 2097207] Adding filtering capability to aggregation suggestions
This commit is contained in:
Dmitri Plotnikov
2009-09-21 18:53:37 -07:00
committed by Android Git Automerger

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