Added in API level 36
SigningInfoException
open class SigningInfoException : Exception
kotlin.Any | |||
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.content.pm.SigningInfoException |
Indicates an error when verifying the app signing information.
Summary
Public methods | |
---|---|
open Int |
getCode() Returns a code representing the cause, in one of the installation parse return codes in |
Public methods
getCode
Added in API level 36
open fun getCode(): Int
Returns a code representing the cause, in one of the installation parse return codes in PackageManager
.