ttdevs / android

Android Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

卡在了mCrypto.isAvailable()

xjd33328 opened this issue · comments

文件加密encryptFile方法中,总是卡在这个判断中,
if (!mCrypto.isAvailable()) {
return null;
}
然后返回了null导致加密失败