The android documentation says that the Camera class was deprecated in API 21, and it recommends using android.hardware.camera2.
Since the minimum API level for this book is 19, will using either the deprecated Camera class or the newer Camera2 class cause any potential issues with Criminal Intent?