2
0
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:
Albert Vaca
2016-09-20 12:42:56 +02:00
parent ac04f5a610
commit 3b5a7deebe
5 changed files with 164 additions and 147 deletions

View File

@@ -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"))