mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-26 03:15:55 +03:00
[GH-ISSUE #130] Allow selecting which SIM to use to send messages [dual-sim smartphone] #16
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eriksson on GitHub (Mar 15, 2023).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/130
I have a use case where I want to select which SIM to use to send a message.
It would also be nice to be able to define the default SIM to use in a message thread, while also giving the user the ability to change per message.
I'm opening this issue to discuss the implementation.
I intend to do some contributions to implement the feature.
@AchoArnold commented on GitHub (Mar 15, 2023):
Hello @eriksson
I'm interested in the PR. I don't have a 2 sim phone so I won't be able to develop/test this. But as a pointer, I think you'll need to update the SMS manager here
github.com/NdoleStudio/httpsms@99f82d2775/android/app/src/main/java/com/httpsms/SmsManagerService.kt (LL35-L42C6)@AchoArnold commented on GitHub (Mar 29, 2023):
Fixed in https://github.com/NdoleStudio/httpsms/pull/133