mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Notify more aggressively
* Add setting to show notification on the lockscreen * Don't block notifications in the contact-/-group/-forum/-bloglist Signed-off-by: goapunk <noobie@goapunks.net>
This commit is contained in:
@@ -85,6 +85,14 @@
|
||||
android:title="@string/notify_blog_posts_setting_title"
|
||||
android:summary="@string/notify_blog_posts_setting_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="pref_key_notify_lock_screen"
|
||||
android:persistent="false"
|
||||
android:title="@string/notify_lock_screen_setting_title"
|
||||
android:summary="@string/notify_lock_screen_setting_summary"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pref_key_notify_vibration"
|
||||
|
||||
Reference in New Issue
Block a user