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 setSound(sound) でユーザーに通知しており、サウンドの再生が停止したときに通知を受け取りたいです。2 つの方法が考えられます。1) Builder のリスナーを登録し、通知を受け取ります。2) まだ再生中の場合は、メディア プレーヤーを確認してから決定します。
setSound 関数が Notification クラスにどのように実装されているか分からないので、アドバイスをお願いします。ありがとうございました。