How to get battery level with 1

后端 未结 5 1487
陌清茗
陌清茗 2020-12-17 17:17

How to get battery level with 1 % accuracy .

       [UIDevice currentDevice].batteryLevel

Will give battery level with accuracy of 5%. But

5条回答
  •  天涯浪人
    2020-12-17 17:34

    If you turn off Setting->General->Usage->Battery Percentage, Battery Doctor shows your battery level with %5 precision...So I guess that they are running some image recognition algorithm for the upper right corner of the device, where the battery percent is shown.

提交回复
热议问题