green-code-initiative / ecoCode-android

Reduce the environmental footprint of your Java-based Android apps with SonarQube
https://ecocode.io
GNU General Public License v3.0
54 stars 17 forks source link

[iOS] Sobriety > Torch-free (ESOB006) #41

Closed jduigoudev closed 1 year ago

jduigoudev commented 1 year ago

Turning on the torch mode programmatically with CameraManager#setTorchMode(..., true) must absolutely be avoided because the flashlight is one of the most energy-intensive component.

zippy1978 commented 1 year ago

Addressed by https://github.com/green-code-initiative/ecoCode-mobile/pull/56