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() { stopSelf(); return; }
それが役立つことを願っています
@Override
public void onBackPressed() {
// write code for canceling the notification return;
}