Skip to content

Commit

Permalink
set dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
r-cohen committed Mar 19, 2018
1 parent 682dad0 commit 2639e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BTScanSelectorBuilder.build(MainActivity.this, new ABTScanSelectorEventsHandler(
public void onDeviceSelected(BluetoothDevice device) {
Log.d("DEBUG", String.format("device selected by user: %s\t%s", device.getName(), device.getAddress()));
}
});
}, "Dialog Title");
```
### Filter out devices
Filtering out devices is possible by overriding the `onDeviceFound` method. Return `true` if you want the device to be included in the result, `false` otherwise.
Expand Down

0 comments on commit 2639e65

Please sign in to comment.