I developed an app using Basic4Android (Target SDK 34). When I compile it with Target SDK 35, part of the top and bottom edges of the background images get cut off on my Samsung S21+. Erel recommended staying with Target SDK 34. However, I have now received a request from the Google Play Store to update the app to Target SDK 35 in the near future. What should I do?
Starting from B4A v13.4, the default themes (Themes.LightTheme / Themes.DarkTheme) already include the snippet that opts out of edge-edge. You only need this if you use a customize theme. The recommended targetSdkVersion is presently 34, however if you like to experiment with v35 then your app...