The following action is shown for my app in the Google Play Console release dashboard:
From Android 15, apps targeting SDK 35 will display edge-to-edge by default. Apps targeting SDK 35 should handle insets to make sure that their app displays correctly on Android 15 and later. Investigate this issue and allow time to test edge-to-edge and make the required updates. Alternatively, call enableEdgeToEdge() for Kotlin or EdgeToEdge.enable() for Java for backward compatibility.
Is this something something specific to my app or will it affect the community?
Thank you for reaching out oon AmppMySite Community.
We’d like to confirm that we updated our Android code a couple of weeks ago, and all the latest app builds on AppMySite fully comply with the SDK 35 requirements laid out by Google.
The message you’re seeing on the Play Console is related to Google’s edge-to-edge display handling for Android 15 and above. This has already been taken care of in our updated codebase.
To resolve the alert, please rebuild your app and upload the new build to the Play Store. Once the new version is approved, you should no longer see the message in your dashboard.
You can follow the steps laid out in the article below to submit a new Android build: Submit New Android version
If you need any help, feel free to reach out via chat or email us at AppMySite Email Support
Nearly a year later just built app and got the exact same warning so something is still at issue and was not fixed.
1) Edge-to-edge may not display for all users
From Android 15, apps targeting SDK 35 will display edge-to-edge by default. Apps targeting SDK 35 should handle insets to make sure that their app displays correctly on Android 15 and later. Investigate this issue and allow time to test edge-to-edge and make the required updates. Alternatively, call enableEdgeToEdge() for Kotlin or EdgeToEdge.enable() for Java for backward compatibility.
2) Your app uses deprecated APIs or parameters for edge-to-edge
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
To fix this, migrate away from these APIs or parameters.
3. Remove resizability and orientation restrictions in your app to support large screen devices
From Android 16, Android will ignore resizability and orientation restrictions for large screen devices, such as foldables and tablets. This may lead to layout and usability issues for your users.
We detected the following resizability and orientation restrictions in your app:
To improve the user experience for your app, remove these restrictions and check that your app layouts work on various screen sizes and orientations by testing on Android 16 and below.
These are not actual errors—they are warnings from Google Play Console related to upcoming Android changes.
They do not impact your app’s approval or its current functionality in any way.
That said, we take such warnings seriously. We’ve already forwarded this to our technical team, and they are actively testing different solutions to ensure compatibility with the latest Android requirements.
If you’re seeing the same warnings, we recommend reaching out to our support team directly so your request can be formally logged. This helps us track affected apps and notify you as soon as the fixes are implemented and reflected in the Play Console.
We’ll keep you updated once our technical team rolls out a resolution.