Co-Epi / app-android

Android implementation of CoEpi
https://www.CoEpi.org
MIT License
32 stars 20 forks source link

Reduce minSdkVersion to 21 #135

Open jeffallen opened 4 years ago

jeffallen commented 4 years ago

I tried to be a beta tester, but my phone is Android 5.1 (API level 21) and thus I cannot run the app.

Here is an analysis of what should still be possible even in older phones, from the tracing app being developed by colleagues of mine at EPFL: https://github.com/DP-3T/dp3t-sdk-android/issues/16

ivnsch commented 4 years ago

Thanks for the suggestion! Yeah, the team wants to support older versions, to reach as much users as possible. If you want to work on this, it would be welcome.

The TCN library (which handles BLE and crypto) would have to be adapted too (currently min is 23). I'm not sure about the effort involved. It may be easy.