Assigned
Status Update
Comments
al...@google.com <al...@google.com>
au...@google.com <au...@google.com> #2
After some googling I found https://github.com/android/camera-samples/blob/master/CameraXBasic/app/src/main/java/com/android/example/cameraxbasic/utils/AutoFitPreviewBuilder.kt which does what I want. Would it be possible to fold this into the main library or at least make it configurable without the need for that class?
al...@google.com <al...@google.com> #3
Hi Charcoal,
Are we getting a crop mode here? Thanks!
Are we getting a crop mode here? Thanks!
Description
@RequireApi(minSdkVersion = CONSTANT)
allows me to use a constant in one place to be shared with multiple related components, including tests with@SdkSuppress
.API tracking however just leaves the (internal) constant in place, which prevents breakage detection, e.g.: