Skip to content

setSystemUiVisibility is deprecated since Android 30 #91128

@blasten

Description

@blasten

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 listengineflutter/engine related. See also e: labels.platform-androidAndroid applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions