From 77180c6bd9671a26fb5c8734ca0e8ba640b2d29a Mon Sep 17 00:00:00 2001 From: Joey Huab Date: Thu, 10 Feb 2022 23:02:20 +0900 Subject: [PATCH] Cherish: User toggle for streaming apps [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 5 +++ res/xml/cherish_settings_misc.xml | 10 ++++-- .../settings/fragments/MiscSettings.java | 35 ++++++++++++++----- 3 files changed, 39 insertions(+), 11 deletions(-) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 4223da6..7cd2f13 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -704,5 +704,10 @@ Full screen apps Force apps to ignore notch space + + + Higher quality streams + Enable Higher quality streams on Amazon Prime, Disney+, Hotstar, and Netflix. (Mileage will vary per-device) + Restart the streaming app for it to take effect diff --git a/res/xml/cherish_settings_misc.xml b/res/xml/cherish_settings_misc.xml index 4460ea4..31ac5ce 100644 --- a/res/xml/cherish_settings_misc.xml +++ b/res/xml/cherish_settings_misc.xml @@ -36,8 +36,7 @@ android:title="@string/display_cutout_force_fullscreen_title" android:summary="@string/display_cutout_force_fullscreen_summary" android:fragment="com.cherish.settings.fragments.DisplayCutoutForceFullscreenSettings" - settings:controller="com.cherish.settings.fragments.DisplayCutoutForceFullscreenPreferenceController" - app:allowDividerAbove="true" /> + settings:controller="com.cherish.settings.fragments.DisplayCutoutForceFullscreenPreferenceController" /> + +