Loading core/java/android/companion/CompanionDeviceManager.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -450,7 +450,8 @@ public final class CompanionDeviceManager { * <p>Calling this API requires a uses-feature * <p>Calling this API requires a uses-feature * {@link PackageManager#FEATURE_COMPANION_DEVICE_SETUP} declaration in the manifest</p> * {@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)} * @deprecated use {@link #disassociate(int)} */ */ Loading Loading
core/java/android/companion/CompanionDeviceManager.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -450,7 +450,8 @@ public final class CompanionDeviceManager { * <p>Calling this API requires a uses-feature * <p>Calling this API requires a uses-feature * {@link PackageManager#FEATURE_COMPANION_DEVICE_SETUP} declaration in the manifest</p> * {@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)} * @deprecated use {@link #disassociate(int)} */ */ Loading