-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/website
#12148Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. 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
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
flutter/engine/src/flutter/shell/platform/android/io/flutter/plugin/platform/PlatformPlugin.java
Lines 273 to 276 in 082a761
| // 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. |
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 listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. 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