Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi man, why do we need ask permission ? #25

Open
baiama opened this issue Dec 28, 2022 · 2 comments
Open

Hi man, why do we need ask permission ? #25

baiama opened this issue Dec 28, 2022 · 2 comments

Comments

@baiama
Copy link

baiama commented Dec 28, 2022

await [
Permission.locationWhenInUse,
Permission.phone,
Permission.sms,
].request();

Sorry, if my question is stupid.
@baiama baiama changed the title Hi man, why do we need as permission ? Hi man, why do we need ask permission ? Dec 28, 2022
@Zfinix
Copy link
Owner

Zfinix commented Dec 28, 2022 via email

@Alatouo
Copy link

Alatouo commented Dec 28, 2022

await [
Permission.locationWhenInUse,
Permission.phone,
Permission.sms,
].request();

Sorry, if my question is stupid.

Agreed, why do we need all those permissions if the only info that I need is carrier name or country code?
Would be great if we could get all freely available data (no permission required) and the ones that require permission as null values.

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

No branches or pull requests

3 participants