-
Notifications
You must be signed in to change notification settings - Fork 29k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Currently, to enable edge-to-edge, we use deprecated View
flags (see source). These have long been deprecated (this is part of #98602), but the encouraged way to set edge-to-edge mode is EdgeToEdge.enableEdgeToEdge
.
We should swap out our old method with EdgeToEdge.enableEdgeToEdge
because users may see confusing warnings about not having enabled edge to edge on Android < 15 when they actually do set SystemUiMode.edgeToEdge
to put their app in edge-to-edge mode. I believe the warning is coming up because we do not use SystemUiMode.edgeToEdge
exactly.
RaadShariat, Nicoeevee, Shadabdullah, adonisRodxander, ProfessorDragon and 3 more
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team