Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #3
[Comment deleted]
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #6
Happens every time I return to homescreen on Nexus 5.
jb...@google.com <jb...@google.com> #7
This is a real problem. As the hours pass system ram consumed gets bigger and bigger. It gets to the point that I have to reboot my device because apps keep reloading and sometimes even the launcher has to reload.It is a serious issue. I have to reboot daily
my...@gmail.com <my...@gmail.com> #8
When play music crashed in the background today, with maps navigation running in the forefront, system ram usage was at 780mb. Maps ram usage was at 280mb. The play music process was stuck in "restarting" status until I swiped it out of recents and restarted it. This was after around 48 hours uptime. Camera app also started crashing mid-photosphere shortly after this. After a reboot system usage dropped to ~380mb and everything's working fine again.
il...@google.com <il...@google.com> #9
Have the same issue here, after around 40 hours of on time home gets redrawn every time I return to it, and when I go to Settings>Apps>Running, most of the running apps are restarting. A reboot fixes the issue.
Description
Component used: Activity Version used: 1.2.0-alpha02
When using the
RequestPermission
orRequestPermissions
contracts, they will only work if using Fragment1.2.0-alpha02
or higher since previous versions ofFragmentActivity
did not callsuper.onRequestPermissionsResult()
(which is howComponentActivity
and henceActivityResultRegistry
get permission results).Ideally, usages of either of these contracts would show a Lint error if the user depends on an older version of Fragments since these contacts won't work. It should have a quick fix that upgrades them to a new enough version of Fragments.