Android 如何判斷靜音模式

private boolean isSilentMode() { return mAudioManager.getRingerMode() != AudioManager.RINGER_MODE_NORMAL; }
相關文章
相關標籤/搜索