We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
62c6174
添加一个共有api防止未读取到验证码导致内存泄露
@Override protected void onDestroy() { super.onDestroy(); // 防止未读取到验证码导致内存泄露,手动回收内存 AuthCode.getInstance().onDestroy(); }