fix: crash on emulator when trying to display battery level

This commit is contained in:
Qingping Hou
2014-07-08 12:19:00 -04:00
parent 9ae761a617
commit 108a451f0e

View File

@@ -21,7 +21,7 @@ function BasePowerD:init() end
function BasePowerD:toggleFrontlight() end
function BasePowerD:setIntensityHW() end
function BasePowerD:setIntensitySW() end
function BasePowerD:getCapacityHW() end
function BasePowerD:getCapacityHW() return "0" end
function BasePowerD:isChargingHW() end
function BasePowerD:suspendHW() end
function BasePowerD:wakeUpHW() end