-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Milestone
Description
Actual behaviour
-Nextcloud App requests android.permission.READ_PHONE_STATE
Expected behaviour
-Nextcloud App does not request android.permission.READ_PHONE_STATE
Steps to reproduce
- Install Nextcloud App 1.4.0 from f-droid store
Environment data
Android version: 4.2.2
Stock or customized system: custom
Nextcloud app version: 1.4.0
Since version 1.4.0 Nextcloud requires android.permission. READ_PHONE_STATE, which I believe should not needed for the correct function of the App. I think this permission is quite sensitive as it allows access to information uniquely identifying the user. I would like to request removal of this permission or at the very least an explanation why it is needed and how it is used.
korelstar, FriendFX and hanzei