릴리즈 노트
고쳐짐
Last updated
Last updated
<string name="com_igaworks_dfinery_notification_accent_color" translatable="false">#e00052</string>new DfineryConfig.Builder()
.setNotificationAccentColor(Color.GREEN)
.build();protected void onNewIntent(Intent intent) {
super.onNewIntent(intent);
setIntent(intent);
}