Assigned
Status Update
Comments
je...@google.com <je...@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?
se...@google.com <se...@google.com> #3
Hi Charcoal,
Are we getting a crop mode here? Thanks!
Are we getting a crop mode here? Thanks!
Description
In aosp/1721351 public_plus_experimental_current.txt says that
create(Class<*>)
method was removed, however it wasn't touched. Interestingly,current.txt
correctly shows that this method is present.Mostly likely, this confusion is caused by
KeyedFactory
that was previously package private and now it ispublic
+@RestrictTo(Library.GROUP)
.PS Yeah,
KeyedFactory
being hidden isn't great, I'm actually going to address in follow-up CLs:KeyedFactory
will be deprecated and public alternative will be provided.