You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, if you plan to raise your app's Target SDK Version to 35 before this issue is resolved, I recommend using a workaround. In the themes for OssLicensesMenuActivity and OssLicensesActivity, set android:windowOptOutEdgeToEdgeEnforcement to true. This will prevent edge-to-edge enforcement, which can help maintain your app's layout until a proper fix is available. You can find more details in the Android documentation: windowOptOutEdgeToEdgeEnforcement.
In the themes for OssLicensesMenuActivity and OssLicensesActivity, set android:windowOptOutEdgeToEdgeEnforcement to true. This will prevent edge-to-edge enforcement, which can help maintain your app's layout until a proper fix is available.
Describe the bug
Integrate the app with oss-licenses-plugin
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Activity supports edge-to-edge (enforced with Android 15)
The text was updated successfully, but these errors were encountered: