I want to send sms by sim 1 or 2 programtically, relevant to recieved sms by samsung duos .
but the answer to the stackoverflow
question Dual SIM card Android is that android unable to do so. Is there any other solution to do this for me?
Asked
Active
Viewed 3,310 times
1

Community
- 1
- 1

adramazany
- 625
- 9
- 15
1 Answers
1
I am answering here with respect to Samsung specifically, since the general question has been answered already. Android developers usually respond to such queries by stating that you should contact the hardware developer to see if they have created a specialised API to deal with dual SIMs. In the case of Samsung, the company's reply to such a question is here; unfortunately, they clearly state that they are not providing any additional API (at least as of 2012, and there has been no announcement of any change since).
So the effective answer is that you can't do this, except perhaps with Java reflection, which may or may not yield the names of the method calls that Samsung itself uses for this purpose.