Investigate ComponentCallbacks2 deprecations in SDK 35
Categories
(Fenix :: Performance, task, P2)
Tracking
(firefox129 unaffected, firefox130 unaffected, firefox131 affected)
Tracking | Status | |
---|---|---|
firefox129 | --- | unaffected |
firefox130 | --- | unaffected |
firefox131 | --- | affected |
People
(Reporter: mcarare, Assigned: kaya)
References
Details
(Whiteboard: [fxdroid][group1])
When compiling with Android 15 ( SDK 35) there is a warning about the deprecation of some levels in ComponentCallbacks2
:
- TRIM_MEMORY_COMPLETE
- TRIM_MEMORY_MODERATE
- TRIM_MEMORY_RUNNING_CRITICAL
- TRIM_MEMORY_RUNNING_LOW
We should investigate the implications of the apps not being notified of this level since API level 34
Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 1•5 months ago
|
||
Hmmm, as reported in bug 1896204, Bugzilla does not seem to like changing the type from defect to task.
Comment 2•5 months ago
|
||
Set release status flags based on info from the regressing bug 1880805
Comment 3•5 months ago
|
||
The severity field is not set for this bug.
:kaya, could you have a look please?
For more information, please visit BugBot documentation.
Comment 4•5 months ago
|
||
Bugs that have Regressed By field set are always marked as defects. BugBot will make that change also. You need to remove the regression fields if its not supposed to be a defect.
Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 5•2 months ago
|
||
The issue had been discussed here: https://issuetracker.google.com/issues/364904762
Description
•