스플래시 화면 기능 추가 및 개선
This commit is contained in:
@@ -4,6 +4,7 @@ package com.lovable.zellyfinance;
|
||||
import android.os.Bundle;
|
||||
import com.getcapacitor.BridgeActivity;
|
||||
import com.getcapacitor.Plugin;
|
||||
import com.capacitorjs.plugins.splashscreen.SplashScreenPlugin;
|
||||
|
||||
public class MainActivity extends BridgeActivity {
|
||||
@Override
|
||||
@@ -11,6 +12,6 @@ public class MainActivity extends BridgeActivity {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
// 스플래시 화면 처리를 위한 추가 초기화 코드
|
||||
registerPlugin(com.capacitorjs.plugins.splashscreen.SplashScreenPlugin.class);
|
||||
registerPlugin(SplashScreenPlugin.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user