I'm trying to send MMS using code sample from How to send image via MMS in Android?, but the last step HttpUtils.httpConnection throws an exception:
HttpUtils.httpConnection
java.lang.RuntimeException: This thread forbids HTTP requests
java.lang.RuntimeException
What's the problem? Please help me.