Cherish:User toggle for unlimited photos storage [2/2]
User toggle for StreamProp [2/2] User toggle for GamesProp [2/2] Co-authored-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -47,5 +47,31 @@
|
||||
android:targetPackage="org.exthmui.game"
|
||||
android:targetClass="org.exthmui.game.ui.MainActivity" />
|
||||
</Preference>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="spoof_category"
|
||||
android:title="@string/spoof_title">
|
||||
|
||||
<!-- 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" />
|
||||
|
||||
<!-- 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" />
|
||||
|
||||
<!-- Unlock higher quality streams for specific apps -->
|
||||
<SwitchPreference
|
||||
android:key="use_stream_spoof"
|
||||
android:title="@string/use_stream_spoof_title"
|
||||
android:summary="@string/use_stream_spoof_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user