DeviceFarmer / stf

Control and manage Android devices from your browser.
https://devicefarmer.github.io
Other
3.51k stars 492 forks source link

options to disable bluetooth and/or clean bonded (paired) devices #758

Closed jupe closed 9 months ago

jupe commented 9 months ago

Two new CLI arguments for cleanup phase;

  --cleanup-disable-bluetooth  Whether to disable Bluetooth during cleanup. [boolean] [default: false]
  --cleanup-bluetooth-bonds    Whether to remove Bluetooth bonds during cleanup.  [boolean] [default: false]

This allows to ensure that phone are not bonded to devices after it's released.