From ae36f5605a5951c7fa773658a3ce66594599bf8d Mon Sep 17 00:00:00 2001 From: Pinyao Ting Date: Sat, 8 Aug 2020 10:47:46 -0700 Subject: [PATCH] fix typo in LocusId Bug: 163170939 Test: manual Change-Id: I2e436ebec4931f5c038cd9f10cc5bb0c2a0c39a6 --- core/java/android/content/LocusId.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/LocusId.java b/core/java/android/content/LocusId.java index 283cea00b1926..98e71f07407ef 100644 --- a/core/java/android/content/LocusId.java +++ b/core/java/android/content/LocusId.java @@ -33,7 +33,7 @@ import java.io.PrintWriter; * by the Android System to correlate state between different subsystems such as content capture, * shortcuts, and notifications. * - *

For example, if your app provides an activiy representing a chat between 2 users + *

For example, if your app provides an activity representing a chat between 2 users * (say {@code A} and {@code B}, this chat state could be represented by: * *