-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
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 specifically
Description
Internal bug: b/199402891
Copy from internal bug:
setSystemUiVisibility is deprecated since API 30 (Android R). To ensure compatibility with all Android versions, its usages in shell/platform/android/io/flutter/plugin/platform/PlatformPlugin.java should be replaced by:
WindowInsetsControllerCompat for setting system bars' appearances/behaviors
WindowCompat#setdecorfitssystemwindows for going into edge-to-edge mode
cc @camsim99
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 specifically