diff options
| author | 2020-10-16 04:31:31 +0000 | |
|---|---|---|
| committer | 2020-10-16 04:31:31 +0000 | |
| commit | 8bac874a538d194c8260d2da3b9d10cb6fe2a4d6 (patch) | |
| tree | 6a56339c8ee7200caef0ae40c971f6b478a179e7 | |
| parent | 78789eb623658258872c88c41279976d0dbd8d40 (diff) | |
| parent | c713a670c92c0c70c51016d25fc4c9b05fd69019 (diff) | |
Merge "Minor grammar fix in CompanionDeviceManager javadoc." am: f052b7bf91 am: c713a670c9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1462962
Change-Id: I4d9509477808db3eb47ce948bde8fcc7f1f5f8c0
| -rw-r--r-- | core/java/android/companion/CompanionDeviceManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/companion/CompanionDeviceManager.java b/core/java/android/companion/CompanionDeviceManager.java index 591a714bfb93..ce4024a1d9ff 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.</p> + * usage, therefore you should request them when absolutely necessary.</p> * * <p>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 |