Android O - Notification Channels and NotificationCompat

前端 未结 6 1478
忘了有多久
忘了有多久 2021-02-05 03:57

I cannot change this feeling: again, the Android developers came up with something new and leave everybody in the dark about how they would think the feature is used.

I

6条回答
  •  感动是毒
    2021-02-05 04:22

    If your notification code has the same structure every time so you should create a static method and pass all what you want and put the code which check the API Level inside this method.

提交回复
热议问题