APK更换icon,成功音频
@ -267,6 +267,12 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
|
|||||||
duPlayer.setOnCompletionListener(completionListener);
|
duPlayer.setOnCompletionListener(completionListener);
|
||||||
}
|
}
|
||||||
duPlayer.start();
|
duPlayer.start();
|
||||||
|
} else if ("10".equals(type)) {
|
||||||
|
if (duPlayer == null) {
|
||||||
|
duPlayer = MediaPlayer.create(this, R.raw.ding);
|
||||||
|
duPlayer.setOnCompletionListener(completionListener);
|
||||||
|
}
|
||||||
|
duPlayer.start();
|
||||||
} else {
|
} else {
|
||||||
//isZd = 1;
|
//isZd = 1;
|
||||||
if (voiceEngine != null) {
|
if (voiceEngine != null) {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |