summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/notification/NotificationStation.java
diff options
context:
space:
mode:
authorChristoph Studer <chstuder@google.com>2014-05-21 13:04:05 +0200
committerChristoph Studer <chstuder@google.com>2014-05-21 21:31:04 +0200
commit53509f24cf8b6a7850776fda564ea94fad4fff96 (patch)
tree833c1aec02d0b8717d5416d7e0ee18fe31b3fbe8 /src/com/android/settings/notification/NotificationStation.java
parenta5e1d3037f9647b693a4347dd8c7f97067eacce4 (diff)
downloadpackages_apps_Settings-53509f24cf8b6a7850776fda564ea94fad4fff96.zip
packages_apps_Settings-53509f24cf8b6a7850776fda564ea94fad4fff96.tar.gz
packages_apps_Settings-53509f24cf8b6a7850776fda564ea94fad4fff96.tar.bz2
Update NotificationListenerService API
Change-Id: I09089bf5063031c08e67a5e63e2997f8df727bfd
Diffstat (limited to 'src/com/android/settings/notification/NotificationStation.java')
-rw-r--r--src/com/android/settings/notification/NotificationStation.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/settings/notification/NotificationStation.java b/src/com/android/settings/notification/NotificationStation.java
index 3f37f6d..2471801 100644
--- a/src/com/android/settings/notification/NotificationStation.java
+++ b/src/com/android/settings/notification/NotificationStation.java
@@ -74,10 +74,6 @@ public class NotificationStation extends SettingsPreferenceFragment {
private NotificationListenerService mListener = new NotificationListenerService() {
@Override
- public void onListenerConnected(String[] notificationKeys) {
- // noop
- }
- @Override
public void onNotificationPosted(StatusBarNotification notification) {
Log.v(TAG, "onNotificationPosted: " + notification);
final Handler h = getListView().getHandler();