You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Current Behavior
On Android 14 with the Google messaging app as your default, call `SmsManager.send` with a phone number and message text. The SMS client opens correctly.
Send the text message.
Notice the messaging app stays in the foreground. The Promise from the send call does not resolve.
The only option is to click the back button on the messaging app which rejects the promise with a cancel message.
### Expected Behavior
The Promise should resolve and control should return to the Capacitor app when the message is sent.
### Sample Code or Sample Application Repo
`SmsManager.send({ numbers: [number], text });`
### Reproduction Steps
Listed in the "Current Behavior" section.
### Other Information
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->
The text was updated successfully, but these errors were encountered:
Capacitor version:
Run
npx cap doctor
:Library version:
Your Plugin Configuration
Affected Platform(s):
AndroidManifest.xml
The text was updated successfully, but these errors were encountered: