Cherish: Rework cutout force fullscreen pref

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2022-02-11 02:00:15 +05:30
committed by Hưng Phan
parent 77180c6bd9
commit 5680e6ea30
5 changed files with 65 additions and 69 deletions

View File

@@ -34,10 +34,11 @@
<Preference
android:key="display_cutout_force_fullscreen_settings"
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" />
android:summary="@string/display_cutout_force_fullscreen_summary">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.settings"
android:targetClass="com.cherish.settings.fragments.DisplayCutoutForceFullscreenActivity"/>
</Preference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="use_photos_spoof"