diff options
| author | 2017-09-08 19:50:36 +0000 | |
|---|---|---|
| committer | 2017-09-08 19:50:36 +0000 | |
| commit | 8157ab2a0e1ae9d84debe7ad3ef8d889a4a203b4 (patch) | |
| tree | cd4c66f36edfce11de7e71b7079021b2478bf766 | |
| parent | 4e1034cc5369eb673e5dec655f1ca11ef38b3e26 (diff) | |
| parent | 958154b5e2744cc370eaa18c870d04987e153630 (diff) | |
Merge "Update ScanSettings documentation for scan modes"
| -rw-r--r-- | core/java/android/bluetooth/le/ScanSettings.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/le/ScanSettings.java b/core/java/android/bluetooth/le/ScanSettings.java index 35ed424aa2db..8fdcba85d33a 100644 --- a/core/java/android/bluetooth/le/ScanSettings.java +++ b/core/java/android/bluetooth/le/ScanSettings.java @@ -35,7 +35,7 @@ public final class ScanSettings implements Parcelable { /** * Perform Bluetooth LE scan in low power mode. This is the default scan mode as it consumes the - * least power. + * least power. This mode is enforced if the scanning application is not in foreground. */ public static final int SCAN_MODE_LOW_POWER = 0; |