Reputation: 489
I want to use android.hardware.camera2 inside Fragment and my app's MinSDK is 16 and it is not allowing to use android.hardware.camera2 package...
Upvotes: 1
Views: 674
Reputation: 329
You can use this in SDK 21. Also, you can follow this tutorial https://developer.android.com/reference/android/hardware/camera2/package-summary.html for more information.
Upvotes: 1