Scheinbar ist die bisherige Software ja nur ab Andoid 6.0 verf眉gbar wegen Exposure Notification API
https://developers.google.com/android/exposure-notifications/exposure-notifications-api die aber auch f眉r 5.0 in ner 盲lteren Version existiert.
Im nahem Umfeld kenne ich alleine 5 Adroid 5.1.1 Ger盲te und die Besitzer wollen nicht bei Telekom&co was neues kaufen. Ob alle Bluetooth 4.0 oder besser haben wei脽 ich nicht aber mein Sony Xperia ZR hat es.
Ich habe jetzt auch keinen Nerv mich in Android Programmiersprache einzuarbeiten.
Dear @eberlems,
thank you for your post. As you mention the App requires Android 6.0 or above, see also
https://www.coronawarn.app/en/faq/#minimum_requirements.
There are already several conversation in same context, which indicate that support of Android versions below 6 are problematic due to several reasons (Exposure notification API, Bluetooth and Energy management issues). Please have a look here:
https://github.com/corona-warn-app/cwa-app-android/issues/489#issuecomment-644577456
https://github.com/corona-warn-app/cwa-app-android/issues/165,
https://github.com/corona-warn-app/cwa-app-android/issues/530,
https://github.com/corona-warn-app/cwa-app-android/issues/503,
https://github.com/corona-warn-app/cwa-app-android/issues/614.
Thanks you for your understanding.
Best wishes,
DS
Corona-Warn-App Open Source Team
I don't get why. Seems there is a API version 21 that would work on Android 5.1 and the phone has Bluetooth 4.0. Maybe not the full API verion 23 can be utilized, but just not being able to install?
Actually, CWA Android Version 1.5.0 doesn't even build successfully with minSdkVersion 21.
uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [androidx.security:security-crypto:1.0.0-rc03]
That module is critical for CWA.
Most helpful comment
Actually, CWA Android Version 1.5.0 doesn't even build successfully with minSdkVersion 21.
uses-sdk:minSdkVersion 21 cannot be smaller than version 23 declared in library [androidx.security:security-crypto:1.0.0-rc03]That module is critical for CWA.