Merge "Fix typo in Context#registerDeviceIdChangeListener documentation" into udc-dev am: 67f0bb43a2 am: 002a249de0
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22760676
Change-Id: I558e42312bb11697ccdd781baf8468f36cfcc1be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 2b73afc..c221d72 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -7613,7 +7613,7 @@
* the device association is changed by the system.
* <p>
* 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.
* </p>
* <p> 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}.