Is it possible to send and receive SMS messages in Honeycomb? The android.telephony.SmsManager
class has methods for sending SMS, but there is no mention of how to receive.
It appears android.provider.Telephony.SMS_RECEIVED
was to be used for this purpose, but is no longer available.