How to manage CALL_PHONE android permission?
See original GitHub issueAccording 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:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
React native
Linking
library does it. ex: Linking.openURL(‘tel:xxxxxxxxx’);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