Support keeping system awake while downloading anything

This commit is contained in:
drdev
2016-04-17 20:33:38 +00:00
parent 27e0451026
commit 4b5e6acbc0
9 changed files with 49 additions and 2 deletions

View File

@@ -93,5 +93,11 @@ public class Main {
FileUtil.deleteFile(switchOrientationFile);
}
}
@Override
public void preventSystemSleep(boolean preventSleep) {
int k = 1;
k++;
}
}
}