fix: crash on emulator when trying to display battery level

pull/710/head
Qingping Hou 10 years ago
parent 9ae761a617
commit 108a451f0e

@ -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

Loading…
Cancel
Save