From 8f61cdadcdbfdf3ec2e965903b2330637884103d Mon Sep 17 00:00:00 2001 From: Aaron Labiaga Date: Mon, 23 Aug 2021 19:12:26 +0000 Subject: [PATCH] Update locusID documentation to capture privacy around LocusId usage. Bug: 194374710 Test: n/a Change-Id: I7e72e1394562788c31e2a6c86f43a028a3e85e0b --- core/java/android/content/LocusId.java | 3 +++ 1 file changed, 3 insertions(+) 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 {