Skip to content

feat(Universal): Add Disable edge-to-edge display patch #2859

Closed
@inotia00

Description

@inotia00

Application

Universal

Feature description

Google has enforced edge-to-edge display in Android 15.

If you meet two conditions, edge-to-edge display will be enabled:

  1. You are using Android 15 or greater.
  2. You are using an app whose targetSDK is 35 or greater.

For example, if you are using Android 15 or greater and have patched YouTube 19.44.39 or greater, edge-to-edge display will be enabled (YouTube 19.44.39's targetSDK is 35).

edge-to-edge display is intended to provide a better user experience, but there is currently no way to disable it.

For this reason I plan to add a universal patch that disables edge-to-edge display.

Due to structural limitations of the patch, it will not work for ROOT users (those who install patched app via mount).

Motivation

edge-to-edge display is intended to provide a better user experience, but there is currently no way to disable it.

Reference

Google docs
How to handle edge-to-edge
Related Issue 1 - Fixed
Related Issue 2 - Not yet fixed
Related Issue 3 - Not a bug

Acknowledgements

  • This is not a feature request for YouTube.
  • This issue is not a duplicate of an existing feature request.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
  • I have written the title and contents in English.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions