We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3299bff commit 52d0e0fCopy full SHA for 52d0e0f
1 file changed
FreeRASPDemoApp/app/src/main/java/com/aheaditec/talsec/demoapp/Utils.kt
@@ -33,7 +33,7 @@ object Utils {
33
context.packageName,
34
provideSignatureFlagsBaseOnSdk()
35
)
36
- return getApkSigningCertificate(packageInfo)[0]
+ return getApkSigningCertificate(packageInfo).first()
37
}
38
39
private fun getApkSigningCertificate(packageInfo: PackageInfo): List<String> {
0 commit comments