Android Question icon is displayed as a splash screen

hi.
When the app launches, an app icon is displayed as a splash screen. How can I remove it so I can go directly to the app?
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
Done by Android, I think, not b4a
I don't think that it is done by Android. I am running on a brand new 'phone with the latest level and cannot reproduce it, and it is not something that I have seen on previous Android levels either.

@sadegh nordeh - I think that you have done something unusual but I cannot guess what it might be. Start a new, empty app and compile it straight to your 'phone without adding any code. Do you still see an icon instead of the "Click" button?
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
As I said,

Splash screens | Views | Android Developers

Starting in Android 12, the SplashScreen API lets apps launch with animation, including an into-app motion at launch, a splash screen showing your app icon, and a transition to your app itself. A SplashScreen is a Window and therefore covers an Activity.
 
Upvote 0
Top