Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41b84c0f authored by Raphael Kim's avatar Raphael Kim
Browse files

Fixed the incorrect reference of createBond method

The public method for createBond doesn't take any parameter.

Bug: 419635081
Test: m
Flag: DOCS_ONLY
Change-Id: Ifb074f33df7480e07794b6fd05dcfac5767420b8
parent 0ee6dad0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,7 @@ public final class CompanionDeviceManager {
     * process completes, and its result.
     *
     * <p>This API should be used to remove a bluetooth bond that was created either
     * by using {@link BluetoothDevice#createBond(int)} or by a direct user action.
     * by using {@link BluetoothDevice#createBond()} or by a direct user action.
     * The association must already exist with this device before calling this method, but
     * this may be done retroactively to remove a bond that was created outside of the
     * CompanionDeviceManager.