AHilberink Active Member Licensed User Longtime User Aug 21, 2025 #1 Hi, Since Android 15 the systembar with the back button is transparant. Before it was a permanent bar. I have a FullScreen app with a button at the bottom. Before Android15 the button was visible. Since v15 the transparant bar is above my button. How did/would you solve this? Kind regards, André
Hi, Since Android 15 the systembar with the back button is transparant. Before it was a permanent bar. I have a FullScreen app with a button at the bottom. Before Android15 the button was visible. Since v15 the transparant bar is above my button. How did/would you solve this? Kind regards, André
Solution Mehrzad238 Aug 21, 2025 Check this link: targetSdkVersion 35 and opting out of edge-to-edge enforcement
Mehrzad238 Active Member Aug 21, 2025 #2 Check this link: targetSdkVersion 35 and opting out of edge-to-edge enforcement Upvote 0 Solution
AHilberink Active Member Licensed User Longtime User Aug 21, 2025 #3 Mehrzad238 said: Check this link: targetSdkVersion 35 and opting out of edge-to-edge enforcement Click to expand... Thank you. Adding the manifest script did it. Upvote 0
Mehrzad238 said: Check this link: targetSdkVersion 35 and opting out of edge-to-edge enforcement Click to expand... Thank you. Adding the manifest script did it.
Sagenut Expert Licensed User Longtime User Aug 21, 2025 #4 Just remember that this OPT OUT will last maybe one year and then probably will be deactivated. Upvote 0