nsaito92 / Frock

0 stars 0 forks source link

通知が表示されなくなっている #32

Closed nsaito92 closed 4 years ago

nsaito92 commented 4 years ago

概要

期待値

対応内容

参考情報

備考

*

nsaito92 commented 4 years ago

なんか言われている

10-27 00:41:10.656 25534-27418/org.bitbucket.snaoto22.frock W/Notification: Use of stream types is deprecated for operations other than volume control
10-27 00:41:10.657 25534-27418/org.bitbucket.snaoto22.frock W/Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
nsaito92 commented 4 years ago

上記のエラーでとりあえず検索。

公式の資料を確認。

上記ページを確認して、Android 8.0で必要な通知の実装を行う。


Android 8.0以降における通知の生成についてメモ

  1. 通知を表示する際に、NotificationChannelインスタンスがなかった場合は、IDを指定して生成。
  2. 生成したNotificationChannelをパラメーターに、createNotificationChannel()を実行して、チャンネルを生成。