Messaging: Implement per conversation channels. Update API level to 28.
* Get rid of in-app settings for notifications, replaced by channels features * Remove all the notification plumbing and dead code Test: m, manual Signed-off-by: Luca Stefani <luca.stefani.ge1@gmail.com> Signed-off-by: Joey <joey@lineageos.org> Signed-off-by: Danny Baumann <dannybaumann@web.de> Signed-off-by: Arne Coucheron <arco68@gmail.com> Signed-off-by: Lyubo <lyubodzhamov@gmail.com> Change-Id: Idb39ca32751d40b3376934775d2119dd6cc7e297
This commit is contained in:
@@ -21,8 +21,7 @@
|
||||
<string name="notifications_category_pref_key" translatable="false">notifications_category</string>
|
||||
<string name="mms_messaging_category_pref_key" translatable="false">mms_messaging_category</string>
|
||||
<string name="advanced_category_pref_key" translatable="false">advanced_category</string>
|
||||
<string name="notifications_enabled_pref_key" translatable="false">notifications_enabled</string>
|
||||
<bool name="notifications_enabled_pref_default" translatable="false">true</bool>
|
||||
<string name="notifications_pref_key" translatable="false">notifications_enabled</string>
|
||||
<string name="notification_sound_pref_key" translatable="false">notification_sound</string>
|
||||
<string name="notification_vibration_pref_key" translatable="false">notification_vibration</string>
|
||||
<bool name="notification_vibration_pref_default" translatable="false">true</bool>
|
||||
|
||||
Reference in New Issue
Block a user