1

How does one turn off phone ringer for incoming calls? Can this be done programmatically? Right now I am using below code but it's not working:

AudioManager am = (AudioManager)getSystemService(Context.AUDIO_SERVICE);
                am.setRingerMode(AudioManager.RINGER_MODE_SILENT);
Mischa
  • 42,876
  • 8
  • 99
  • 111
Ketan Ahir
  • 6,678
  • 1
  • 23
  • 45

0 Answers0