[개발] 검은색 스크린 지문인증 창 사용

안녕하세요

현재 모바일 어플리케이션 생체인증 개발을 하고있으며,
Jetpack의 Biometric을 사용 중입니다.

삼성 스크린 지문인증 디바이스의 경우,
대부분의 앱에서 시스템에서 기본으로 제공해주는 UI 이외에 검은색 반투명 지문인증 창을 사용하더라구요.

검은색 화면의 지문인증창을 사용하기 위해선 개발자는 어떤 작업이 필요한가요?


Hello

We are currently developing mobile app’s biometric authentication, I am using Jetpack’s Biometric.

For Samsung screen fingerprint authentication devices, Most apps use a black translucent fingerprint authentication screen in addition to the UI provided by the system.

What kind of work do developers need to use the black translucent fingerprint authentication screen?

Hi,
Are you trying to implement Transparent activity for android 10?
Sorry I do not I have much idea about it, but I have found an information from this link.
that transparent activity is not available from android 10(API 29) for device credential authentication.
Did you try to use transparent background color or change alpha of the background or any other possible ways during implementation? What is the result?