Actions
Bug #775
closedFigure out what is adding extra permissions to Privacy Cell
Start date:
11/03/2021
Due date:
% Done:
0%
Estimated time:
Description
The manifest file only lists 3 permissions:
But the APK ships with 5 permissions:
https://f-droid.org/en/packages/com.stoutner.privacycell/
Beginning with version 1.4, ACCESS_NETWORK_STATE and WAKE_LOCK are being added at runtime by a dependency. There should be some way to figure out which one is doing this and, perhaps, turn it off.
Files
Updated by Soren Stoutner about 3 years ago
- File Extra Permissions.png Extra Permissions.png added
Updated by Soren Stoutner about 3 years ago
- Status changed from New to Closed
The permissions were added by https://developer.android.com/reference/androidx/work/package-summary, which uses them on API <23. They can be safely removed on Privacy Cell.
Fixed in commit https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=0797811d24cfaab7a49ec071c8a752e950213981.
Actions