Add build scripts
This commit is contained in:
parent
54f94955e7
commit
ee3ae96146
6 changed files with 125 additions and 2 deletions
|
@ -235,6 +235,14 @@ ConfigManager.restoreDefaultConfig = function () {
|
|||
if (!!needsRestore) { DataManager._restoreGlobalInfo(); }
|
||||
}
|
||||
|
||||
// ===================
|
||||
// Android Wake Lock
|
||||
// ===================
|
||||
|
||||
document.addEventListener("deviceready", () => {
|
||||
window.plugins.insomnia.keepAwake();
|
||||
})
|
||||
|
||||
// =============================
|
||||
// Saves in external storage
|
||||
// =============================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue