terreng commented on issue #1513:
URL: 
https://github.com/apache/cordova-android/issues/1513#issuecomment-1303773930

   This is an Android 12/13 bug specific to Pixel phones. It should be fixed in 
the latest/upcoming Android 13 release. Here's the bug report in the issue 
tracker: https://issuetracker.google.com/issues/242118185
   
   A workaround is suggested for affected Android versions:
   
   > If the developer seeing this on eailer android verion(13-), the workaround 
might try to defer the finish call after activity resumed if that activity has 
register #setOnExitAnimationListener, or call #clearOnExitAnimationListener 
before finish and onResume.
   
   I believe the Pixel 3 hasn't gotten any updates past Android 12, so it would 
be a good idea to implement this workaround to avoid the issue.
   
   To reproduce this issue, simply close the app immediately after opening it, 
while it's still on the SplashScreen. This will crash System UI and kick you 
back to the lock screen. Only happens on Pixel devices running Android 12/13.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to