Cherish:Implement click to take partial screenshot [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Jesse Chan
2022-03-20 15:56:37 +02:00
committed by Hưng Phan
parent ded28bde05
commit 057344a855
2 changed files with 10 additions and 2 deletions

View File

@@ -57,4 +57,10 @@
android:title="@string/use_photos_spoof_title"
android:summary="@string/use_photos_spoof_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="click_partial_screenshot"
android:title="@string/click_partial_screenshot_title"
android:summary="@string/click_partial_screenshot_summary"
android:defaultValue="false" />
</PreferenceScreen>