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:
@@ -486,4 +486,12 @@
|
||||
<string name="powermenu_users">Users</string>
|
||||
<string name="powermenu_logout">Logout</string>
|
||||
<string name="powermenu_emergency">Emergency</string>
|
||||
|
||||
<!-- Unlock FPS for specific games -->
|
||||
<string name="use_games_spoof_title">Unlock higher FPS in games</string>
|
||||
<string name="use_games_spoof_summary">Spoof your device as a different model for specific games to unlock higher FPS</string>
|
||||
|
||||
<!-- Unlimited google photos storage -->
|
||||
<string name="use_photos_spoof_title">Unlimited Photos storage</string>
|
||||
<string name="use_photos_spoof_summary">Spoof your device as Pixel XL for Google Photos app only to provide unlimited storage for backup</string>
|
||||
</resources>
|
||||
|
||||
@@ -37,4 +37,17 @@
|
||||
android:summary="@string/click_partial_screenshot_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>
|
||||
|
||||
Reference in New Issue
Block a user