Monitoring MMS_RECEIVED like SMS_RECEIVED on android
问题 So I'm setting up a program that plays a sound that is set when you receive a message, mms or sms. I got it to work with SMS but MMS doesn't do anything. Here is the code for the class that runs the BroadcastReceiver: /** * This class overrides the main BroadcastReceiver to play the tone * at the given textSoundPath. * @author Jesse Stewart * */ public class TextMonitor extends BroadcastReceiver { public static String textSoundPath; //this is the sound set to play when //sms or mms is