The App seems to request location when in the background, even though that's not intended. The location updates are even stopped in [onPause](https://github.com/InventivetalentDev/TrashApp/blob/master/mobile/src/main/java/org/inventivetalent/trashapp/TabActivity.java#L324).
The App seems to request location when in the background, even though that's not intended.
The location updates are even stopped in onPause.