From 3daafdc8b068518d1222e49fa16e18d8e3fad96e Mon Sep 17 00:00:00 2001 From: Marvin Ramin Date: Thu, 20 Apr 2023 09:54:38 +0000 Subject: [PATCH] Fix typo in Context#registerDeviceIdChangeListener documentation Bug: 253201821 Change-Id: Iefe13daddef133faef4de8fea0bfff0f5ed6664d Test: n/a --- core/java/android/content/Context.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 2b73afcd740f4..c221d724c5a2a 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -7613,7 +7613,7 @@ public abstract class Context { * the device association is changed by the system. *

* The callback can be called when an app is moved to a different device and the {@code Context} - * is not explicily associated with a specific device. + * is not explicitly associated with a specific device. *

*

When an application receives a device id update callback, this Context is guaranteed to * also have an updated display ID(if any) and {@link Configuration}.