Hi.man!
when i just back to my homeActivity from the player activity .it will ANR often .
so i try to disable the SoundService in my manifest config,it will back success,and never ANR,I guess your SoundService maybe have some problem .
for Example synchronized error ,i mean lock bad. and i found that your SoundService need add like this if (track != null) {//do your code..},well,it's safe project.
Thanks.
Hi.man!
when i just back to my homeActivity from the player activity .it will ANR often .
so i try to disable the SoundService in my manifest config,it will back success,and never ANR,I guess your SoundService maybe have some problem .
for Example synchronized error ,i mean lock bad. and i found that your SoundService need add like this if (track != null) {//do your code..},well,it's safe project.
Thanks.