Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33a16bcc authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

debug: add instruction for android version checking

parent 74b1ac7b
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -225,6 +225,8 @@ class SystemAppsUpdatesRepository @Inject constructor(
     * or stop to support an old one
     */
    private fun getAndroidVersionCodeChar(): String {
        Timber.d("getAndroidVersionCodeChar: currentAPI = ${Build.VERSION.SDK_INT}")
        Timber.d("VERSION_CODES.S = ${Build.VERSION_CODES.S}")
        return when (val currentAPI = Build.VERSION.SDK_INT) {
            Build.VERSION_CODES.S -> "S"
            Build.VERSION_CODES.TIRAMISU -> "T"