[Issue 2097207] Adding filtering capability to aggregation suggestions

Change-Id: Ifce36286d2f573e69f872432cc34a1fca0311e02
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java
index 0a0073a..3df228d 100644
--- a/core/java/android/provider/ContactsContract.java
+++ b/core/java/android/provider/ContactsContract.java
@@ -410,7 +410,8 @@
             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";
         }