Pass message to Android phone's SMS messaging

Can I pass a text message to the phone default messging component but not send messaging directly from MIT app? Then, we can open messaging, add extra info, add multi users or anything else before send message directly to friends. Some apps has such awesome function.

I read an article: Automatic sending of SMS with Galaxy A10 DENIED!. However, I don’t know the major difference between sendmessage or sendmessagedirect? Is it related to GooglePlay policy? is it better to use sendmessagedirect?

Thanks.

Use sendMessage, then the default messaging app will open, you can then add/edit/etc.

You can only use sendMessageDirect if you:

a) Use Companion 2.56u (found under companion information in AI2)
b) Do not intend to upload to Google Play

1 Like

Thanks for your help.