mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Ignore dev.octoshrimpy.quik as another SMS application
See https://github.com/octoshrimpy/quik
This commit is contained in:
parent
e134a3bfbb
commit
a7d5fad2b7
@ -961,7 +961,8 @@ public class NotificationListener extends NotificationListenerService {
|
|||||||
source.equals("com.sonyericsson.conversations") ||
|
source.equals("com.sonyericsson.conversations") ||
|
||||||
source.equals("com.android.messaging") ||
|
source.equals("com.android.messaging") ||
|
||||||
source.equals("org.smssecure.smssecure") ||
|
source.equals("org.smssecure.smssecure") ||
|
||||||
source.equals("org.fossify.messages")) {
|
source.equals("org.fossify.messages") ||
|
||||||
|
source.equals("dev.octoshrimpy.quik")) {
|
||||||
if (!"never".equals(prefs.getString("notification_mode_sms", "when_screen_off"))) {
|
if (!"never".equals(prefs.getString("notification_mode_sms", "when_screen_off"))) {
|
||||||
LOG.info("Ignoring notification, it's an sms notification");
|
LOG.info("Ignoring notification, it's an sms notification");
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user