mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-10-03 13:07:42 +00:00
Rewritten the Notification Filter.
- Now we display every app in the phone. - We show the app icon next to the name. - Some apps can now be disabled by default. Disabled notifications for the default Android messaging app, as SMS notifications are already handled by the telephony plugin. BUG: 367930
This commit is contained in:
@@ -170,11 +170,6 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver.
|
||||
return;
|
||||
}
|
||||
|
||||
if (packageName.equals("com.google.android.googlequicksearchbox")) {
|
||||
//HACK: Hide Google Now notifications that keep constantly popping up (and without text because we don't know how to read them properly)
|
||||
return;
|
||||
}
|
||||
|
||||
NetworkPackage np = new NetworkPackage(PACKAGE_TYPE_NOTIFICATION);
|
||||
|
||||
if (packageName.equals("org.kde.kdeconnect_tp"))
|
||||
|
Reference in New Issue
Block a user