Skip to content

Conversation

os30722
Copy link
Contributor

@os30722 os30722 commented Sep 6, 2021

--> Initial setup of the app produces the following error

Could not invoke RNCallKeep.setup
null
Failed resolution of: Landroidx/ localbroadcastmanager/content/ LocalBroadcastManager;
Didn't find class "androidx.localbroadcast manager.content.Local BroadcastManager" on path: DexPathList[[zip file "/data/app/ com.myapp-NqGe6E0jHA3YTYYSdQcZqQ==/ base.apk"],nativeLibrary Directories=[/data/app/ com.myapp-NqGe6E0jHA3YTYYSdQcZqQ==/ lib/arm64, /data/app/
com.myapp-NqGe6E0jHA3YTYYSdQcZqQ==/ base.apk!/lib/arm64-v8a, /system/lib64, /system/ product/lib64]]

Added (implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0') in build.gradle file.

-- > Device - OnePlus Nord (API level 30) Calling Phone Accounts setting
On setup of the app, the Intent calls the wrong activity after asking for permission.

Similar issue with other OnePlus device (OnePlus 6) due to implicit intent call. Added component name in the intent to call the appropriate calling accounts activity.

May Resolve #441

@sboily sboily requested a review from manuquentin September 22, 2021 11:36
@sboily sboily added need review Need to review ticket bug Something isn't working android labels Sep 22, 2021
kklinsang pushed a commit to kklinsang/react-native-callkeep that referenced this pull request Sep 23, 2021
seltar added a commit to drdropin-tech/react-native-callkeep that referenced this pull request Oct 6, 2021
@armouti
Copy link

armouti commented Mar 15, 2022

hey @manuquentin this thing is broken on OnePlus and Realme devices

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working need review Need to review ticket
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RNCallKeep.displayIncomingCall() is not working for Android 11
3 participants