Trying to work with camera flash. When importing a class:
import android.hardware.Camera; writes that he is deprecated .
How to work with flash in android from version 4 and above?
Trying to work with camera flash. When importing a class:
import android.hardware.Camera; writes that he is deprecated .
How to work with flash in android from version 4 and above?
Source: https://ru.stackoverflow.com/questions/604302/
All Articles