Skip to content

Android: Changes for next Android API level 35 (targetSdkVersion 35)Β #14111

Open
@m1ga

Description

I have searched and made sure there are no existing issues for the issue I am filing

  • I have searched the existing issues

Description

We'll need to check our windows/statusbar and test it before we change to Android API level 35 (next year or after that). Android API 35 will enforce "edge to edge" design. See https://www.youtube.com/watch?v=YKPqjsYBFvI&t=67s

You can test it already if you use <uses-sdk android:targetSdkVersion="35" /> and test it with a TabGroup.

Solution

Check the SDK and follow the guides from the video or https://developer.android.com/about/versions/15/behavior-changes-15

There is also an opt-out property for the edge-to-edge mode: https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement that we can put into a theme <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>

Platforms

Android

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions