AudioManager mAudioManager = (AudioManager) this.getSystemService(this.AUDIO_SERVICE);
mAudioManager.unloadSoundEffects();
Settings.System.putInt(this.getContentResolver(), Settings.System.SOUND_EFFECTS_ENABLED, 0);
Settings.Global.putInt(this.getContentResolver(), Settings.Global.CHARGING_SOUNDS_ENABLED, 0);
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)