/
(ver 2.25.x) 10.5. 앱에서 다크테마를 비활성화하는 방법

(ver 2.25.x) 10.5. 앱에서 다크테마를 비활성화하는 방법

Application의 onCreate에서 앱에 다크테마를 비활성화할 수 있습니다. 버즈빌 SDK를 포함하여 앱 전체에 적용됩니다.

public class MyApplication extends Application {     @Override     public void onCreate() {         super.onCreate();                 // 아래 코드 추가 AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);     } }

 

Related content

(ver 2.31.x) 10.5. 앱에서 다크테마를 비활성화하는 방법
(ver 2.31.x) 10.5. 앱에서 다크테마를 비활성화하는 방법
More like this
(Android v3.0.x) 9. Theme 마이그레이션 가이드
(Android v3.0.x) 9. Theme 마이그레이션 가이드
More like this
(ver 2.25.x) 2. 시작하기
(ver 2.25.x) 2. 시작하기
More like this
배터리 최적화 옵션 끄기
배터리 최적화 옵션 끄기
More like this