Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Adds 'phone' permission #14

Open
terhoraj opened this issue Oct 24, 2016 · 1 comment
Open

Adds 'phone' permission #14

terhoraj opened this issue Oct 24, 2016 · 1 comment

Comments

@terhoraj
Copy link

terhoraj commented Oct 24, 2016

Why does this automatically adds permission to access 'phone'?

@adriancretu
Copy link

adriancretu commented Jan 3, 2017

Just faced the same problem when my app suddenly received a warning on Play Store, that READ_PHONE requires a privacy policy. The permission is added automatically by the build tools because this library doesn't have a minSdkVersion set. All libraries with a minSdkVersion older than 4 will have this permission added.

EDIT: this is not the only permission automatically added. Lack of minSdkVersion also brings to the party access to external storage read/write.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants