Remove lock screen notification setting.

This commit is contained in:
akwizgran
2018-09-19 10:50:46 +01:00
parent a045d7d306
commit 24f823a3ce
6 changed files with 9 additions and 52 deletions

View File

@@ -145,15 +145,6 @@
android:title="@string/notify_blog_posts_setting_title"
android:widgetLayout="@layout/preference_switch_compat"/>
<SwitchPreference
android:defaultValue="false"
android:key="pref_key_notify_lock_screen"
android:persistent="false"
android:summary="@string/notify_lock_screen_setting_summary"
android:title="@string/notify_lock_screen_setting_title"
android:visibility="gone"
android:widgetLayout="@layout/preference_switch_compat"/>
<SwitchPreference
android:defaultValue="true"
android:key="pref_key_notify_vibration"