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.
当我点击我的主页按钮时,我想暂停我的应用音乐。但我无法访问我的移动主页按钮onclick事件。当我的应用程序运行时,如何访问 androids 默认主页按钮事件?
onclick
onPause()被叫你按下主页按钮。所以你可以在那里暂停你的音乐。
onPause()