Skip to content

android 15: adapt layout to edge-to-edge enforcement #10139

@SomberNight

Description

@SomberNight

We need to bump the android targetSdkVersion to 35 (android 15).
As part of that, we need to adapt to the "Edge-to-edge enforcement"

pic Image
patch
diff --git a/contrib/android/buildozer_qml.spec b/contrib/android/buildozer_qml.spec
index a0e4e6709c..e19bcac5ab 100644
--- a/contrib/android/buildozer_qml.spec
+++ b/contrib/android/buildozer_qml.spec
@@ -108,7 +108,7 @@ android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE, POST_NOTIFICATIO
 android.api = 31
 
 # (int) Android targetSdkVersion
-android.target_sdk_version = 34
+android.target_sdk_version = 35
 
 # (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
 android.minapi = 23

This is a sub-issue of #9899

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions