···7788It also allows us to set the Android notification channel ID from the notification `data`, rather
99than the `notification` object in the payload.
1010+1111+### `setBadgeCountAsync` fix on Android
1212+1313+`ShortcutBadger`'s `setCount` doesn't work for clearing the badge on Android for some reason. Instead, let's use the
1414+Android API for clearing the badge.