question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to manage CALL_PHONE android permission?

See original GitHub issue

According to expo document, we can just manage specific list of permission which doesn’t include some android permissions like Call_phone.

how we should manage it using expo?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
FakhruddinAbdicommented, May 14, 2018

React native Linking library does it. ex: Linking.openURL(‘tel:xxxxxxxxx’);

0reactions
riwucommented, May 14, 2018

I agree that Expo should include the permission in that case. Given the huge list of permissions Expo is already asking for, adding one extra permission wouldn’t make much of a difference.

Besides, the Expo client is mostly used by developers/testers; most production apps are distributed through standalone builds, so it’s more important for Expo to support standalone builds than saving an additional permission on the client.

@FakhruddinAbdi you should make a feature request here: https://expo.canny.io/feature-requests

Read more comments on GitHub >

github_iconTop Results From Across the Web

java - How to ask permission to make phone call from Android ...
Using ACTION_DIAL , you will need no call permissions in your app, as ACTION_DIAL opens the dialer with the number already entered, and...
Read more >
Runtime permission for call phone in Android
Runtime Permission for Call in Android. Open android studio and create a new project. Now open the activity_main.xml file inside the layout directory...
Read more >
Change app permissions on your Android phone
Change permissions based on their type · On your phone, open the Settings app. · Tap Privacy And then Permission manager. · Tap...
Read more >
Why do many of the Android apps ask permission in order to ...
As my experience, some apps like Clash Of Clans and other games ask for the permission to make and manage phone calls because...
Read more >
Define a custom app permission - Android Developers
Example. For example, an app that needs to control which other apps can start one of its activities can declare a permission for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found