social-distancing-android
social-distancing-android copied to clipboard
Field requires API level 24, but the min SDK level is 23
https://github.com/ailabstw/social-distancing-android/blob/8e4e761dc681a0a71a48c609f58c8b199c41c84f/SocialDistance/src/main/java/tw/gov/cdc/exposurenotifications/nearby/NotificationHelper.kt#L181
https://github.com/ailabstw/social-distancing-android/blob/8e4e761dc681a0a71a48c609f58c8b199c41c84f/SocialDistance/src/main/java/tw/gov/cdc/exposurenotifications/nearby/NotificationHelper.kt#L185
NotificationManager.IMPORTANCE_NONE
and NotificationManager.IMPORTANCE_DEFAULT
are added in API level 24.
Do you have any modification advice?