reflect changes in koreader/android-luajit-launcher#62 (#3254)

This commit is contained in:
Huang Xin
2017-09-24 05:58:34 +08:00
committed by GitHub
parent 8f3a5353e5
commit a4e1a3ba5e
7 changed files with 17 additions and 9 deletions

View File

@@ -166,6 +166,9 @@ function Device:initNetworkManager() end
function Device:supportsScreensaver() return false end
-- Device specific method to set datetime
function Device:setDateTime(year, month, day, hour, min, sec) end
-- Device specific method if any setting needs being saved
function Device:saveSettings() end