Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Component used: androidx.core:core-splashscreen
Version used: : 1.0.1 , tested also with 1.2.0-alpha01- no change
Devices/Android versions reproduced on: tested on different Samsung devices like Samsung Galaxy S20(api level 33) and Samsung Galaxy Z Fold5(api level 34), does NOT reproduce on other brands(so far)
In my app I have a launching activity that starts, does something while showing the splashscreen and then starts the next activity and finishes itself. I've created a demo project where
When the StartActivity is created it waits for 3 second, then start MainActivity:
Steps to reproduce:
Results:
on Samsung devices: for 3 seconds there is nothing rendered as the app is frozen, no indication that it was clicked. Then the UI for MainActivity is shown.
on other devices: the splash screen is shown for 3 seconds then the UI for MainActivity is shown.
Here is the theme:
Note: when the app is clicked from Recent apps, the com.example.myapplication.StartActivity#onCreate is called.
If this is a bug in the library, we would appreciate if you could attach: