You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Add search bar & Magisk Hide option
This commit is contained in:
@@ -200,7 +200,7 @@ public class Async {
|
||||
InputStream in = mContext.getContentResolver().openInputStream(mUri);
|
||||
mFile = new File(mContext.getCacheDir().getAbsolutePath() + "/install.zip");
|
||||
mFile.delete();
|
||||
Utils.removeFile(mFile.getPath());
|
||||
Utils.removeItem(mFile.getPath());
|
||||
createFileFromInputStream(in, mFile);
|
||||
in.close();
|
||||
} catch (FileNotFoundException e) {
|
||||
@@ -273,7 +273,7 @@ public class Async {
|
||||
}
|
||||
}
|
||||
if (mFile != null && mFile.exists() && !mFile.delete()) {
|
||||
Utils.removeFile(mFile.getPath());
|
||||
Utils.removeItem(mFile.getPath());
|
||||
}
|
||||
if (ret != null && Boolean.parseBoolean(ret.get(ret.size() - 1))) {
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user