chengleiCoder

Results 3 issues of chengleiCoder

There is a question about the credential management API, and the document will explain that the public key information returned by registration/login should be saved on the server. So, what...

Reason for the change: Based on the issue: https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/779 Bug reason: When upgrading Kotlin or base library versions, some libraries that use KotlinPoet may also be upgraded to version 1.11...

报错信息 ``` Caused by: java.lang.ClassNotFoundException: Didn't find class "android.os.Binder.ProxyTransactListener" on path: ``` ``` fun setBinderProxyTransactionListener() { val clazz = Class.forName("android.os.Binder.ProxyTransactListener") } ```