mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 07:22:35 +00:00
Switch internal download dir to cache dir
This commit is contained in:
@@ -34,7 +34,7 @@ public class DownloadApp {
|
||||
}
|
||||
|
||||
private static void dlInstall(String name, ManagerDownloadListener listener) {
|
||||
File apk = new File(App.self.getFilesDir(), "manager.apk");
|
||||
File apk = new File(App.self.getCacheDir(), "manager.apk");
|
||||
ProgressNotification progress = new ProgressNotification(name);
|
||||
listener.setProgressNotification(progress);
|
||||
Networking.get(Data.managerLink)
|
||||
|
||||
Reference in New Issue
Block a user