diff --git a/apex/appsearch/framework/java/android/app/appsearch/AppSearchManager.java b/apex/appsearch/framework/java/android/app/appsearch/AppSearchManager.java
index 977682771ca3c..8af91b4808894 100644
--- a/apex/appsearch/framework/java/android/app/appsearch/AppSearchManager.java
+++ b/apex/appsearch/framework/java/android/app/appsearch/AppSearchManager.java
@@ -29,14 +29,16 @@ import java.util.function.Consumer;
/**
* Provides access to the centralized AppSearch index maintained by the system.
*
- *
AppSearch is a search library for managing structured data featuring:
+ *
AppSearch is an offline, on-device search library for managing structured data featuring:
*
*
- * - A fully offline on-device solution
- *
- A set of APIs for applications to index documents and retrieve them via full-text search
- *
- APIs for applications to allow the System to display their content on system UI surfaces
- *
- Similarly, APIs for applications to allow the System to share their content with other
- * specified applications.
+ *
- APIs to index and retrieve data via full-text search.
+ *
- An API for applications to explicitly grant read-access permission of their data to other
+ * applications.
+ * See: {@link SetSchemaRequest.Builder#setSchemaTypeVisibilityForPackage}
+ *
- An API for applications to opt into or out of having their data displayed on System UI
+ * surfaces by the System-designated global querier.
+ * See: {@link SetSchemaRequest.Builder#setSchemaTypeDisplayedBySystem}
*
*
* Applications create a database by opening an {@link AppSearchSession}.