Cherish:Allow to disable HOME key when ringing [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
xyyx
2017-09-11 10:20:49 +08:00
committed by Hưng Phan
parent b301c69b76
commit 33bc5e6d60
2 changed files with 15 additions and 0 deletions

View File

@@ -31,9 +31,19 @@
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:key="volume_keys"
android:title="@string/volume_keys_title">
<PreferenceScreen
android:key="volume_key"
android:fragment="com.cherish.settings.fragments.VolumeRockerSettings"
android:title="@string/volume_title" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="allow_incall_home"
android:title="@string/allow_incall_home_title"
android:summary="@string/allow_incall_home_summary"
android:defaultValue="true" />
</PreferenceCategory>
</PreferenceScreen>