Cherish: Add support for parallel space
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -892,4 +892,8 @@
|
||||
<string name="qs_header_random_image_title">QS Header Random Image</string>
|
||||
<string name="qs_header_random_image_summary">Enable random QS header image</string>
|
||||
|
||||
<!-- Parallel space -->
|
||||
<string name="laboratory_parallel_space_title">Parallel space</string>
|
||||
<string name="laboratory_parallel_space_summary">Allow running multiple instances of the same application in parallel</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user