Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
uomar8 opened this issue Feb 10, 2023 · 3 comments
Open

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

uomar8 opened this issue Feb 10, 2023 · 3 comments

Comments

@uomar8
Copy link
Contributor

uomar8 commented Feb 10, 2023

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

@firemaples
Copy link
Owner

firemaples commented Feb 12, 2023

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.

@uomar8
Copy link
Contributor Author

uomar8 commented Feb 12, 2023

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

@firemaples
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants