APK更换icon,成功音频

This commit is contained in:
wujie
2022-11-03 17:24:16 +08:00
parent d63d7ecee3
commit 0cb5922557
10 changed files with 6 additions and 0 deletions

View File

@ -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) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.