File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/com/blankj/androidutilcode Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import com .blankj .androidutilcode .base .BaseApplication ;
4
4
import com .blankj .utilcode .util .CrashUtils ;
5
+ import com .blankj .utilcode .util .FileIOUtils ;
5
6
import com .blankj .utilcode .util .FileUtils ;
6
7
import com .blankj .utilcode .util .LogUtils ;
7
8
import com .blankj .utilcode .util .Utils ;
@@ -58,7 +59,7 @@ private void initCrash() {
58
59
private void initAssets () {
59
60
if (!FileUtils .isFileExists (Config .getTestApkPath ())) {
60
61
try {
61
- FileUtils .writeFileFromIS (Config .getTestApkPath (), getAssets ().open ("test_install.apk" ), false );
62
+ FileIOUtils .writeFileFromIS (Config .getTestApkPath (), getAssets ().open ("test_install.apk" ), false );
62
63
} catch (IOException e ) {
63
64
e .printStackTrace ();
64
65
}
You can’t perform that action at this time.
0 commit comments