Assigned
Status Update
Comments
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #2
Also confirmed issue persists on 4.4.
ar...@fara.no <ar...@fara.no> #3
There are a lot of expensive accessories I've purchased or been gifted that quit workin with android 4.2. Android devs need to get on this. 3 broken versions and numerous minor updates and it hasn't even been triaged yet. Completely unprofessional.
ar...@fara.no <ar...@fara.no> #4
We are loyal to Android as and they treat us like this.. I have a google device and yet it still is not fixed.
ri...@gmail.com <ri...@gmail.com> #5
Please fix
Description
I think that it's a critical bug, because it broke an app theme (start screens has a light theme, other screens has a dark theme).
I attached all videos and sample.
Prerequisites:
Affected build versions:
Not affected build versions:
Reproduce steps:
resizeableActivity=false
in App manifestUiModeManager.setApplicationNightMode(UiModeManager.MODE_NIGHT_YES)
Why it's happening (my investigation):
When resizeableActivity is applied and set to false system decides to kill App process with log:
I suggest that it's related to ActivityRecord logic .
System executes
restartProcessIfVisible()
on 9052 line. It looks like Android incorrectly decides that it should kill App.Expected behaviour:
It correctly works on Android 13, then it should be the same on Android 14 and more.