diff --git a/core/java/android/content/LocusId.java b/core/java/android/content/LocusId.java
index a04fbd1e7ed4b..b6cdd96f241d1 100644
--- a/core/java/android/content/LocusId.java
+++ b/core/java/android/content/LocusId.java
@@ -62,6 +62,9 @@ import java.io.PrintWriter;
*
Configuring your app to launch the chat conversation through the
* {@link Intent#ACTION_VIEW_LOCUS} intent.
*
+ *
+ * NOTE: The LocusId is only used by an on-device intelligence service provided by the Android
+ * System, see {@link ContentCaptureManager} for more details.
*/
public final class LocusId implements Parcelable {