Assigned
Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
Hey hughesno1@, when do you add the onPreDrawListener to delay the rendering of activity? Mind providing us with a sample application?
sj...@google.com <sj...@google.com>
al...@google.com <al...@google.com>
va...@google.com <va...@google.com> #3
Nothing was specified to wait for and there are no blocking bugs or pending CLs. For usage information see go/bugjuggler.
wi...@google.com <wi...@google.com> #4
st...@gmail.com <st...@gmail.com> #5
Hi. I've received your bug and will wait for b/372873253 to be updated by hughesno1@gmail.com and then assign the bug to wilsonshih@google.com.
wi...@google.com <wi...@google.com> #6
Unable to fix this on Android 12 because that will need to modify android framework, but developer should see splash screen if the test device >= 13 when launch from Android Studio, maybe wait for next AS release.
po...@gmail.com <po...@gmail.com> #7
Well... is it really caused by Android Studio..?
issue that written above, occurred at next scenarios (not used android studio scenario) too.
env. real Device with more than Android 12
Scenario 1. Downloaded by Playstore
1. enter to Google Playstore
2. Install the app (anything)
3. execute app on playstore (not the installed app icon)
4. error occurs
Scenario 2. Downloaded by Installed APK file
1. download apk files
2. install the app
3. click the execute button and execute app when finished dialog occurred.
4. error occurs.
I wonder if this bug can be fixed when Next Android Studio version released.
issue that written above, occurred at next scenarios (not used android studio scenario) too.
env. real Device with more than Android 12
Scenario 1. Downloaded by Playstore
1. enter to Google Playstore
2. Install the app (anything)
3. execute app on playstore (not the installed app icon)
4. error occurs
Scenario 2. Downloaded by Installed APK file
1. download apk files
2. install the app
3. click the execute button and execute app when finished dialog occurred.
4. error occurs.
I wonder if this bug can be fixed when Next Android Studio version released.
wi...@google.com <wi...@google.com>
yi...@gmail.com <yi...@gmail.com> #9
is there any fix for it?
Description
Artifact used: androidx.core:core-splashscreen
Version used: 1.0.0
Theme used: Theme.SplashScreen
Devices/Android versions reproduced on: Samsung S20 FE 5G, Android 12, One UI 4.1
This is reproducible on the current version of the NowInAndroid repository (latest commit for referencehttps://github.com/android/nowinandroid/commit/a37c06db108ffbb8b456af938c69bfe8025b0779 ) and it seems like in any app using the
When running the app for the first time, for example after building and installing from Android Studio, the splash screen does not show the icon provided in
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash</item>
. If one then force closes the app and opens it from the launcher it shows properly. It just doesn't show properly after the first install from AS. Not sure how this behaves on a real app coming from the App Store to be honest, didn't test that.