3
I have been researching the subject, but I have not yet seen any definitive solution to the problem. Well, my application does send SMS from Smsmanager however, it does not ask which chip to use when running in a Dual Sim application, simply because I have no idea how to do this.
As far as I know, the second parameter of smsManager.sendTextMessage
which at the moment is declared as null is responsible for the Service Centre (SMSC) that will be used for sending, which would result in sending by the correct chip, in parts since the user can have a cell phone with two chips of the same operator, using the same SMSC for the two chips.
I checked the documentation of Smsmanager but there is not even any information on use in Dual Sim devices.
And here is my question: how to really use the Smsmanager in Dual Sim devices correctly, always asking which chip will be used for shipping, or setting previously?