Skip to content

Commit

Permalink
Reverted last revision because it didn't work. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjc1138 committed Dec 5, 2008
1 parent e599997 commit cd8e9a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/net/jjc1138/android/twitter/TwitterConfig.java
Expand Up @@ -6,7 +6,6 @@
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnCompletionListener;
import android.net.Uri;
Expand Down Expand Up @@ -144,7 +143,6 @@ public void onClick(View v) {
if (sound.isChecked()) {
MediaPlayer mp = MediaPlayer.create(
TwitterConfig.this, R.raw.tweet);
mp.setAudioStreamType(AudioManager.STREAM_RING);
mp.setOnCompletionListener(new OnCompletionListener() {
@Override
public void onCompletion(MediaPlayer mp) {
Expand Down

0 comments on commit cd8e9a7

Please sign in to comment.