Update NotificationListenerService API

Change-Id: I09089bf5063031c08e67a5e63e2997f8df727bfd
This commit is contained in:
Christoph Studer
2014-05-21 13:04:05 +02:00
parent a5e1d3037f
commit 53509f24cf

View File

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