EverTranslator icon indicating copy to clipboard operation
EverTranslator copied to clipboard

The application should not provide its own launch screen [warning]

Open uomar8 opened this issue 3 years ago • 3 comments

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

uomar8 avatar Feb 10 '23 19:02 uomar8

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.

firemaples avatar Feb 12 '23 12:02 firemaples

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 :)

uomar8 avatar Feb 12 '23 16:02 uomar8

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!

firemaples avatar Feb 19 '23 04:02 firemaples