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.
一部のアプリには、スワイプして消すことができない通知があります。
どうすればそのような行動を管理できますか?
Andro Selvas の回答に加えて:
NotificationCompat.Builderを使用している場合は、そのまま使用してください
builder.setOngoing(true);