Failed to post notification on channel “null” Target Api is 26

前端 未结 8 836
盖世英雄少女心
盖世英雄少女心 2020-12-08 06:53

Two log showing

1: Use of stream types is deprecated for operations other than volume control

2: See the documentation of setSound() for what to use instea

8条回答
  •  温柔的废话
    2020-12-08 07:11

    String CHANNEL_ID = "my_channel";
    
    NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this,CHANNEL_ID);
    

提交回复
热议问题