LineageParts: 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: I20eeabf140c9d278d21d68675aed856d45b2f78a
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3070c83..121228c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -616,6 +616,10 @@
<string name="expanded_desktop_style_hide_both">Hide both</string>
<string name="expanded_desktop_nothing_to_show_text">Turn the switch off to customize your expanded desktop on a per-app basis</string>
+ <!-- Applications: Long screen -->
+ <string name="long_screen_settings_title">Full screen apps</string>
+ <string name="long_screen_settings_summary">Force legacy apps to use full screen aspect ratio</string>
+
<!-- Sounds: Charging sounds -->
<string name="charging_sounds_settings_title">Charging sounds</string>
<string name="charging_sounds_enabled_title">Enable</string>