Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c0c8330 authored by Jesse Chan's avatar Jesse Chan Committed by Michael Bestas
Browse files

Settings: Add an option to force pre-O apps to use full screen aspect ratio

When an app target pre-O releases, the default max aspect ratio
is 1.86:1 which leads to ugly black areas on devices that have
screens with higher aspect ratio (for example Galaxy S8/S9).

This change adds an option to allow users to change aspect ratio
for pre-O apps to full screen aspect ratio.

Change-Id: I0fb73511cf654ee22a4cfb7aef252008f8db8855
parent 8f511ca4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -120,6 +120,10 @@
        android:title="@string/show_operator_name_title"
        android:summary="@string/show_operator_name_summary" />

    <org.lineageos.internal.lineageparts.LineagePartsPreference
        android:key="long_screen_settings"
        lineage:requiresConfig="@*lineageos.platform:bool/config_haveHigherAspectRatioScreen" />

    <Preference
        android:key="screensaver"
        android:title="@string/screensaver_settings_title"