-
Notifications
You must be signed in to change notification settings - Fork 467
Open
Labels
Description
react-native-callkeep is getting phone accounts permission just when displayIncomingCall has called. yet
I want to get a solution to show phone accounts setting after checking RNCallKeep.hasPhoneAccount()
as every-one knows we have RNCallKeep.hasPhoneAccount() to check if the app has this permission or not. but whats the react-native-callkeep solution if the result of hasPhoneAccount()
is false?
is there any function to show phone call accounts setting to the user? i need it because i have ran RNCallKeep.displayIncomingCall()
in a background job when app is killed so i cant get permission in that state...