Cherish: Add support for parallel space

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2022-12-13 20:40:49 +05:30
committed by Hưng Phan
parent e777126254
commit 287509be38
2 changed files with 14 additions and 0 deletions

View File

@@ -58,6 +58,16 @@
android:summary="@string/use_photos_spoof_summary"
android:defaultValue="true" />
<!-- Parallel space -->
<Preference
android:key="parallel_space"
android:title="@string/laboratory_parallel_space_title"
android:summary="@string/laboratory_parallel_space_summary">
<intent
android:targetPackage="ink.kscope.parallelspace"
android:targetClass="ink.kscope.parallelspace.MainActivity" />
</Preference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="click_partial_screenshot"
android:title="@string/click_partial_screenshot_title"