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.
バックグラウンドで動作するプレーヤーがあります。と、お知らせがあります。
問題: ステータス バーを開いて [クリア] ボタンを押すと、通知が失われました。これを解決することは可能ですか?
使用するNotification.Builder場合は、それを呼び出しsetOngoing(true)て、ユーザーのクリアを不可能にすることができます。Builder を使用していない場合はsetFlag(Notification.FLAG_ONGOING_EVENT, true)、Notification
Notification.Builder
setOngoing(true)
setFlag(Notification.FLAG_ONGOING_EVENT, true)
Notification
訂正: setFlag も通知ではなくビルダーの一部です