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.
クリックするとSMS、電子メール、不在着信などのすべての通知をクリアするアイコンをAndroidで作成することは可能ですか? ホーム画面にすべての通知を消去するアイコンが欲しいだけです。どのコーディングを使用しますか?
cancel(notificationID)作成した通知の通知IDを渡す場所
cancel(notificationID)
または、ですべての通知をクリアできますcancelAll()。
cancelAll()
*注:*削除できるのはアプリケーションによって作成された通知のみです。他のアプリケーションによって作成された通知を削除することはできません。
Notification自分で上げた a のみを削除できます。Notification別のアプリケーションによって発生したを削除することはできません。
Notification