1

I have create camera Background service using android.hardware.camera but Camera class is depreciated so i cannot use in marshmallow.

1 Answers1

0

The Camera class is deprecated, but it still works fine.

Deprecated does not mean removed; just that it might eventually be removed, and that using camera2 is recommended whenever possible.

Eddy Talvala
  • 17,243
  • 2
  • 42
  • 47