Settings: Allow disabling of screenshot shutter sound [2/2]

Change-Id: If214da9416f673f3a9b806d0c49dbcbefb168f10
This commit is contained in:
someone5678
2023-10-27 01:52:35 +09:00
committed by Joey
parent b7db5c4d60
commit cd266c38ea
2 changed files with 9 additions and 0 deletions

View File

@@ -14,4 +14,6 @@
<string name="build_maintainer_summary" translatable="false">Unknown</string>
<string name="build_maintainer_donate_url" translatable="false">https://linktr.ee/joeyhuab</string>
<!-- Screenshot shutter -->
<string name="screenshot_shutter_sound_title">Screenshot sound</string>
</resources>

View File

@@ -204,6 +204,13 @@
android:title="@string/touch_sounds_title"
android:order="-30"/>
<!-- Screenshot sound -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="screenshot_shutter_sound"
android:title="@string/screenshot_shutter_sound_title"
android:defaultValue="true"
android:order="-28"/>
<!-- Show vibrate icon in status bar -->
<SwitchPreferenceCompat
android:key="vibrate_icon"