Update NotificationListenerService API
Change-Id: I09089bf5063031c08e67a5e63e2997f8df727bfd
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user