tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

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

Open m1ga opened 2 months ago

m1ga commented 2 months ago

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

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

Platforms

Android