Open
Bug 1950999
Opened 8 months ago
Updated 8 months ago
[meta] Remove IntentReceiverActivity
Categories
(Firefox for Android :: Performance, enhancement, P2)
Tracking
()
NEW
People
(Reporter: matt-tighe, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta, Whiteboard: [fxdroid][group1])
The IntentReceiverActivity is used to receive Intents from the Android system and redispatch them to appropriate places within the app. However, this causes two activity transitions to occur during startup when the vast majority of redispatches target the HomeActivity anyway. By removing this intermediate layer, we believe we can improve startup performance.
This meta bug tracks tasks that are required for this switch to occur.
Updated•8 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•