The application should not provide its own launch screen [warning]
LaunchActivity.kt
Application-defined Launch Screen Starting in Android 12 (API 31+), the application's Launch Screen is provided by the system and the application should not create its own, otherwise the user will see two splashscreens. Please check the SplashScreen class to check how the Splash Screen can be controlled and customized. Issue id: CustomSplashScreen https://developer.android.com/guide/topics/ui/splash-screen
Thanks for running the inspect code tool, but that's what I'm using now 😅 https://developer.android.com/develop/ui/views/launch/splash-screen#implement
Let me check why the warning shows later.
Thanks for running the inspect code tool, but that's what I'm using now 😅 https://developer.android.com/develop/ui/views/launch/splash-screen#implement
Let me check why the warning shows later.
Thank you 👍 also could you check all others using this new tool https://developer.android.com/studio/releases#universal-problems-panel#264
So as an expert you could see all warnings in one place and decide what needs to be fix or it's false warning :)
Thanks for running the inspect code tool, but that's what I'm using now 😅 https://developer.android.com/develop/ui/views/launch/splash-screen#implement Let me check why the warning shows later.
Thank you 👍 also could you check all others using this new tool https://developer.android.com/studio/releases#universal-problems-panel#264
So as an expert you could see all warnings in one place and decide what needs to be fix or it's false warning :)
Cool! Thanks for suggestion the new tool!