add: slide menu

This commit is contained in:
hyb1996
2017-01-31 22:41:04 +08:00
parent b47eaf9d5e
commit 853a518d97
51 changed files with 1214 additions and 299 deletions

View File

@@ -72,6 +72,11 @@ public class Droid {
}).start();
}
public int stopAll() {
return JAVA_SCRIPT_ENGINE.stopAll();
}
private void checkFile(File file) {
if (file == null) {
throw new NullPointerException("file = null");