Is there any way to send SMS text messages on BlackBerry 10 using the Android SDK, since according to BlackBerry documentation for Android apps SMSManager and SMSMessage hardware features are not supported?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It appears that this only works on Dev Alpha devices running 10.9.10.35 or later. The following intent to launches the standard messaging app, including a target phone number and body text:
The documentation seems to suggest that this is disallowed, but nevertheless it works:
I discovered the native package name that handles the intent by querying the components that accepts it, which revealed:
Sure enough, launching it works as expected:
Beware that the Android version is not present and hence the following intent will not work:
I initially thought this wasn’t possible after testing on our Dev Alpha device, but evidently it was originally shipped without the Text Messages app. Go figure.