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

@@ -421,8 +421,6 @@
<string name="notify_blog_posts_setting_summary">Show alerts for blog posts</string>
<string name="notify_blog_posts_setting_summary_26">Configure alerts for blog posts</string>
<string name="notify_vibration_setting">Vibrate</string>
<string name="notify_lock_screen_setting_title">Lock Screen</string>
<string name="notify_lock_screen_setting_summary">Show notifications on the lock screen</string>
<string name="notify_sound_setting">Sound</string>
<string name="notify_sound_setting_default">Default ringtone</string>
<string name="notify_sound_setting_disabled">None</string>

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"