Cherish: [SQUASH] User toggle for unlimited photos storage and GamesProp [2/2][2/2]

Co-authored-by: spezi77 <spezi7713@gmx.net>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2022-09-06 18:00:26 +07:00
committed by Hưng Phan
parent 825f83f0b8
commit 0d052b6a4b
3 changed files with 48 additions and 2 deletions

View File

@@ -31,4 +31,16 @@
android:summary="@string/laboratory_ignore_window_secure_summary"
android:defaultValue="false"/>
<!-- Unlock FPS for specific games -->
<SwitchPreference
android:key="use_games_spoof"
android:title="@string/use_games_spoof_title"
android:summary="@string/use_games_spoof_summary" />
<!-- Unlimited Photos storage -->
<SwitchPreference
android:key="use_photos_spoof"
android:title="@string/use_photos_spoof_title"
android:summary="@string/use_photos_spoof_summary"
android:defaultValue="true" />
</PreferenceScreen>