rohangoqii

Results 5 comments of rohangoqii

What about on apps targeting lower APIs? DisplayCutout is not an option. How do we handle this?

> > > Our suggestion is : > ` > int orientation = getScreenOrientation(); > int topCutoutHeight = 0; > if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { > topCutoutHeight = getTopCutoutHeight(); >...

Any update on this? How do we change SRsCameraViews onMeasure to be fullscreen without stretching the preview??