Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53509f24 authored by Christoph Studer's avatar Christoph Studer
Browse files

Update NotificationListenerService API

Change-Id: I09089bf5063031c08e67a5e63e2997f8df727bfd
parent a5e1d303
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -73,10 +73,6 @@ public class NotificationStation extends SettingsPreferenceFragment {
    };
    };


    private NotificationListenerService mListener = new NotificationListenerService() {
    private NotificationListenerService mListener = new NotificationListenerService() {
        @Override
        public void onListenerConnected(String[] notificationKeys) {
            // noop
        }
        @Override
        @Override
        public void onNotificationPosted(StatusBarNotification notification) {
        public void onNotificationPosted(StatusBarNotification notification) {
            Log.v(TAG, "onNotificationPosted: " + notification);
            Log.v(TAG, "onNotificationPosted: " + notification);