I am making application where phone mode will changes from silent mode to ringer mode if the user sends an sms with some specific keyword. The application mainly works when
AudioManager manager = (AudioManager) getContext().getSystemService(AUDIO_SERVICE); manager.setRingerMode(AudioManager.RINGER_MODE_NORMAL);