diff options
| author | 2022-09-30 17:15:29 +0000 | |
|---|---|---|
| committer | 2022-09-30 17:15:29 +0000 | |
| commit | cec669e2450161ae620df54d25d013f4df9d8c60 (patch) | |
| tree | dd08844b671989f655774027055d6e663c43e12f | |
| parent | d39c67740fb35a4b79b66566318d07401ef26fa0 (diff) | |
| parent | 488e0e9977010d626f143f80f8c84336a2a08f37 (diff) | |
Merge "Update javadoc to reflect API limitation in API < 33"
| -rw-r--r-- | core/java/android/companion/CompanionDeviceManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/companion/CompanionDeviceManager.java b/core/java/android/companion/CompanionDeviceManager.java index 357bf590f267..2bd36b8675e1 100644 --- a/core/java/android/companion/CompanionDeviceManager.java +++ b/core/java/android/companion/CompanionDeviceManager.java @@ -450,7 +450,8 @@ public final class CompanionDeviceManager { * <p>Calling this API requires a uses-feature * {@link PackageManager#FEATURE_COMPANION_DEVICE_SETUP} declaration in the manifest</p> * - * @param deviceMacAddress the MAC address of device to disassociate from this app + * @param deviceMacAddress the MAC address of device to disassociate from this app. Device + * address is case-sensitive in API level < 33. * * @deprecated use {@link #disassociate(int)} */ |