mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #200] Uses too much battery even with location disabled. #124
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#124
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 @jayb-g on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/200
The app uses more than 10% battery overnight in background with no location permission and location feature disabled in settings.
App might need to re-implement the nearby permission(and detect location changes passively ie using accelerometer etc to know when location has changed, see OwnTracks app for that) code as since Android 12+ location access is not required to access nearby devices.
@jayb-g commented on GitHub (Mar 23, 2025):
And the app is stuck at splash screen. Maybe since recent android15 updates. So I had to disable it to prevent unnecessary battery usage.
@jayb-g commented on GitHub (Mar 26, 2025):
might be related to #188