Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oss-licenses-plugin is not edge-to-edge ready #296

Open
Funambol-Android-Developers opened this issue Jun 3, 2024 · 3 comments
Open

oss-licenses-plugin is not edge-to-edge ready #296

Funambol-Android-Developers opened this issue Jun 3, 2024 · 3 comments

Comments

@Funambol-Android-Developers

Describe the bug
Integrate the app with oss-licenses-plugin

To Reproduce
Steps to reproduce the behavior:

  1. Open the OssLicensesActivity

Expected behavior
Activity supports edge-to-edge (enforced with Android 15)

@osamu-ikawa
Copy link

Also OssLicensesMenuActivity.

@error96num
Copy link

I am experiencing the same issue.

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.

@error96num
Copy link

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.

Here is an example.
error96num/nowinandroid@5aec236#commitcomment-145200647

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants