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

Commit 8450994a authored by tibbi's avatar tibbi
Browse files

adding a new constant used for saving protection state

parent b49229d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '4.1.16'
        propVersionName = '4.1.17'
        kotlin_version = '1.2.50'
        support_libs = '27.1.1'
    }
+1 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ const val SORT_BY_ARTIST = 4096
const val SORT_BY_DURATION = 8192

// security
const val WAS_PROTECTION_HANDLED = "was_protection_handled"
const val PROTECTION_PATTERN = 0
const val PROTECTION_PIN = 1
const val PROTECTION_FINGERPRINT = 2