CopyPastor

Detecting plagiarism made easy.

Score: 0.8269474747579849; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2015-11-09
by Krunal Patel

Original Post

Original - Posted on 2012-03-02
by NagarjunaReddy



            
Present in both answers; Present only in the new answer; Present only in the old answer;

MediaPlayer mp = MediaPlayer.create(context, R.raw.sound_file_1); mp.start();
for Mute
mp.setVolume(0,0);
& Unmute or full volume
mp.setVolume(1,1);


[1]: http://stackoverflow.com/questions/4573667/how-to-mute-mediaplayer-in-android


MediaPlayer mp = MediaPlayer.create(context, R.raw.sound_file_1); mp.start(); for Mute
mp.setvolume(0,0); & Unmute or full volume
mp.setvolume(0,1);

        
Present in both answers; Present only in the new answer; Present only in the old answer;