Commit a0f5b13e by Motohisa Nakano

画面ロックのデフォルト値を1分から3分へ

parent 64a7714d
......@@ -50,7 +50,7 @@ var Consts = {
ConstServiceOption_FORCE: 2,
// Lock screen timer
ConstLockScreenTime: 600000
ConstLockScreenTime: 1800000
};
/*
......@@ -2222,4 +2222,4 @@ function ToogleLogoutNortice() {
else {
avwSetLogoutNortice();
}
};
\ No newline at end of file
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment