👨

<activity
android:screenOrientation="portrait"
android:name=".activity.splash.SplashActivity"
android:label="@string/app_name"
android:theme="@style/SplashFullScreenTheme"
android:exported="true"
tools:ignore="IntentFilterExportedReceiver">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>