Skip to content

[Android] Update documentation to warn users about R.attr#windowOptOutEdgeToEdgeEnforcement deprecation #165329

@camsim99

Description

@camsim99

See https://developer.android.com/about/versions/16/behavior-changes-16#edge-to-edge. TLDR: R.attr#windowOptOutEdgeToEdgeEnforcement will be deprecated & disabled when apps start targeting Android 16, so the documentation in

// If the Flutter Android app targets Android SDK 15 (API 35) or later then the Android
// system will ignore this value unless the app also follows the opt out
// instructions found in
// https://docs.flutter.dev/release/breaking-changes/default-systemuimode-edge-to-edge.
to tell users about the option to opt out and the website it links to is out of date.

We need to update these to warn users about this behavior and to urge them to convert their apps to edge-to-edge.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listengineflutter/engine related. See also e: labels.platform-androidAndroid applications specificallyteam-androidOwned by Android platform teamtriaged-androidTriaged by Android platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions