android icon indicating copy to clipboard operation
android copied to clipboard

When receiving, enable Bluetooth automatically if not enabled already

Open bzzrak opened this issue 1 year ago • 1 comments
trafficstars

When I want to receive a file, I need to turn BT on in advance. It would be nice if the app did this by itself

bzzrak avatar Feb 04 '24 16:02 bzzrak

Similar to the code in SendActivity https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/SendActivity.cs#L209-L214 a check should be implemented in the ReceiveActivity https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/ReceiveActivity.cs#L166


Ideally, the app would wait for the result and continue instead of showing an error

ShortDevelopment avatar Apr 03 '24 21:04 ShortDevelopment