mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #99] Automatically enable / disable Bluetooth to scan devices #68
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sweazou on GitHub (Jan 12, 2023).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/99
As I know, if the Bluetooth isn't enable, the app won't scan for devices, it'd be nice that the app automatically enable Bluetooth to scan devices if it isn't on and then turn it off after if it was off.
Idk maybe I'm crazy because nobody is talking about it.
@ASerbinski commented on GitHub (Jan 12, 2023):
What would be the advantage of turning bluetooth off? Energy savings?
@Sweazou commented on GitHub (Jan 13, 2023):
It'd but in my case my Bluetooth is always off when I'm not using it
@ASerbinski commented on GitHub (Jan 16, 2023):
Yes, but why don't you leave it switched on? What is the use case for switching it off when not in use?
@Sweazou commented on GitHub (Jan 16, 2023):
Security issues
@ASerbinski commented on GitHub (Jan 16, 2023):
Well this is an Android application, so it runs on an Android phone, which unlike those made by the fruit company, does NOT continually spew bluetooth beacons for the whole world to track. I think you might be overestimating the security risk associated with keeping bluetooth turned on.
@Sweazou commented on GitHub (Jan 16, 2023):
I'm talking as an attacker
@Sn0wfreezeDev commented on GitHub (Jan 23, 2023):
There's an API which would allow the app to turn on Bluetooth, but the documentation states that it should only be used to enable Bluetooth on purpose. So we could not use that for background scanning.
Might be an option to put a setting in the app: activate Bluetooth when doing background scanning.
@Sn0wfreezeDev commented on GitHub (Mar 23, 2023):
Android 13 does no longer allow to activate / deactivate Bluetooth automaticaly. We added a detection if Bluetooth is disabled and will show a button to open the settings when using the manual scan