Merge "Clarify type of EXTRA_DEVICE in javadoc" into rvc-dev am: 436719f1b7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12037667 Change-Id: Iaccdf8e7474de83728c45f7e3043df434c198467
This commit is contained in:
@@ -65,6 +65,13 @@ public final class CompanionDeviceManager {
|
|||||||
/**
|
/**
|
||||||
* A device, returned in the activity result of the {@link IntentSender} received in
|
* A device, returned in the activity result of the {@link IntentSender} received in
|
||||||
* {@link Callback#onDeviceFound}
|
* {@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";
|
public static final String EXTRA_DEVICE = "android.companion.extra.DEVICE";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user