Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我开始播放声音并立即点击后退按钮并关闭该活动,则声音池将完成声音。我怎样才能在点击后退按钮后立即完成声音池?
在你的代码上试试这个,
@Override public void onBackPressed() { super.onBackPressed(); soundpoolobject.stop();
}