Merge "Clarify type of EXTRA_DEVICE in javadoc" into rvc-dev

This commit is contained in:
Eugene Susla
2020-06-30 00:36:44 +00:00
committed by Android (Google) Code Review

View File

@@ -65,6 +65,13 @@ public final class CompanionDeviceManager {
/**
* A device, returned in the activity result of the {@link IntentSender} received in
* {@link Callback#onDeviceFound}
*
* Type is:
* <ul>
* <li>for classic Bluetooth - {@link android.bluetooth.BluetoothDevice}</li>
* <li>for Bluetooth LE - {@link android.bluetooth.le.ScanResult}</li>
* <li>for WiFi - {@link android.net.wifi.ScanResult}</li>
* </ul>
*/
public static final String EXTRA_DEVICE = "android.companion.extra.DEVICE";