social-distancing-android icon indicating copy to clipboard operation
social-distancing-android copied to clipboard

Field requires API level 24, but the min SDK level is 23

Open seventhmoon opened this issue 3 years ago • 1 comments

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.

seventhmoon avatar Jul 16 '21 08:07 seventhmoon

Do you have any modification advice?

catcutecat avatar Jul 18 '21 12:07 catcutecat