Questions tagged [android-mms]
47 questions
0
votes
0 answers
default Sms composer with attachment android
I want to send a sms with an attachment i.e. image or video. It is working correctly for small images but when the size of image is more than 160k, it shows message "picture too large compressing.." but not opening sms composer after that. I am…

Mahesh Jain
- 23
- 9
-2
votes
1 answer
Android Send MMS not work
What's wrong with my code ?
I try to make as simple as possible.
public static void sendMMS(final Context context, String phoneNumber, String messageText) throws Exception {
final String fileName = "send." + String.valueOf(Math.abs(new…

Anthone
- 2,156
- 21
- 26