Filter notifications from com.android.systemui. Should fix #20.

master
Andreas Shimokawa 2015-04-08 22:11:56 +02:00
parent 9eea17d5f5
commit 3355be79e6
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class NotificationListener extends NotificationListenerService {
*/
if (source.equals("android") ||
source.equals("com.android.systemui" ) ||
source.equals("com.android.dialer") ||
source.equals("com.fsck.k9") ||
source.equals("com.android.mms")) {