From fbf3cc233ca1982d9deb6c420063ce9d6f9f0001 Mon Sep 17 00:00:00 2001 From: Taylor Bessette Date: Thu, 15 Oct 2020 19:00:07 +0000 Subject: [PATCH] Minor grammar fix in CompanionDeviceManager javadoc. Change-Id: I57cd5ccc14a26ad2d97dddefa1952651a0ce7b82 --- core/java/android/companion/CompanionDeviceManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/companion/CompanionDeviceManager.java b/core/java/android/companion/CompanionDeviceManager.java index 591a714bfb930..ce4024a1d9ffb 100644 --- a/core/java/android/companion/CompanionDeviceManager.java +++ b/core/java/android/companion/CompanionDeviceManager.java @@ -131,7 +131,7 @@ public final class CompanionDeviceManager { * you use the {@link android.Manifest.permission#REQUEST_COMPANION_RUN_IN_BACKGROUND} and {@link * android.Manifest.permission#REQUEST_COMPANION_USE_DATA_IN_BACKGROUND} respectively. Note that these * special capabilities have a negative effect on the device's battery and user's data - * usage, therefore you should requested them when absolutely necessary.

+ * usage, therefore you should request them when absolutely necessary.

* *

You can call {@link #getAssociations} to get the list of currently associated * devices, and {@link #disassociate} to remove an association. Consider doing so when the