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

CheckoutPresenterImpl.startSmsRetrieverForSavedCardsOTP #375

Closed
devsigofficial opened this issue Apr 19, 2024 · 2 comments
Closed

CheckoutPresenterImpl.startSmsRetrieverForSavedCardsOTP #375

devsigofficial opened this issue Apr 19, 2024 · 2 comments
Assignees

Comments

@devsigofficial
Copy link

Fatal Exception: java.lang.SecurityException: com.devsig.trustride: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
at android.os.Parcel.createExceptionOrNull(Parcel.java:3182)
at android.os.Parcel.createException(Parcel.java:3166)
at android.os.Parcel.readException(Parcel.java:3149)
at android.os.Parcel.readException(Parcel.java:3091)
at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5784)
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1853)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1793)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1781)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:756)
at com.razorpay.CheckoutPresenterImpl.startSmsRetrieverForSavedCardsOTP(CheckoutPresenterImpl.java:884)
at com.razorpay.CheckoutPresenterImpl.access$600(CheckoutPresenterImpl.java:59)
at com.razorpay.G$X.onFinish(CheckoutPresenterImpl.java:863)
at android.os.CountDownTimer$1.handleMessage(CountDownTimer.java:142)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8501)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)

com.devsig.trustride_issue_03efb6382bc82d7db8790586e253780b_crash_session_662158A7011A00016ED4A7B0ABCD7668_DNE_0_v2_stacktrace.txt

@vivekshindhe
Copy link
Contributor

@devsigofficial Hey, we were able to reproduce the issue. Although it wasn't a fatal error, we could add the flags required. This will be released on Monday 22nd Apr, 23. Will update here once released. Thank you for bringing this to our attention.

@vivekshindhe vivekshindhe self-assigned this Apr 19, 2024
@vivekshindhe
Copy link
Contributor

Hey folks, this was fixed in the latest version of the base android SDK. Please reinstall the razorpay-flutter package. It should install the latest android SDK version. This should be resolved. Closing this ticket.

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

2 participants