/
프로세스 분리에서 원상 복귀

프로세스 분리에서 원상 복귀

프로세스 분리는 더 이상 지원되지 않습니다. 하기의 절차를 따라 원상 복구를 진행해주세요.

1. build.gradle 수정

build.gradle에서 implementation 'com.buzzvil:buzzscreen-multi-process:'implementation 'com.buzzvil:buzzscreen:'로 대체합니다.

2. AndroidManifest.xml 수정

커스터마이징한 잠금화면을 사용했을 경우 AndroidManifest.xml 내의 커스터마이징한 잠금화면 속성에서 android:process=":locker"를 제거해야 합니다.

<manifest> <application> ... <activity> android:name=".CustomLockerActivity" android:excludeFromRecents="true" android:launchMode="singleTask" <!-- android:process=":locker" --> android:screenOrientation="portrait" android:taskAffinity="${applicationId}.Locker" </activity> </application> </manifest>

 

Related content

커스터마이징 절전 상태 UI
커스터마이징 절전 상태 UI
Read with this
(ver 1.6.x) BuzzScreen Extension SDK 연동
(ver 1.6.x) BuzzScreen Extension SDK 연동
More like this
고급 설정
Read with this
튜토리얼
Read with this
(ver 4.23.x) BuzzScreen Android 연동 가이드
(ver 4.23.x) BuzzScreen Android 연동 가이드
Read with this