@eff Um, on Android even if an app has said it may request background location (or other dangerous permissions) in its manifest, it won't get it unless the user explicitly approves it. In the case of background location, in current versions of Android this can't be given just through the normal runtime permission prompts -- the user needs to explicitly enable this in the additional special access control.
The article seems to imply the app is silently getting this, when it actually can't?