On Nexus ONE, getting RESULT_ERROR_GENERIC_FAILURE when trying to use SmsManager.sendTextMessage()
- by Jonathan Akers
Hello,
I've been successfully testing my app which sends a text message to another phone number. The problem came when I sent this to a buddy that has the NEXUS ONE. I added a pending intent to sendTextMessage() and saw I'm hitting: RESULT_ERROR_GENERIC_FAILURE.
Any ideas?? Thanks,
Jonathan