Merge "Settings: Implement new required method."

This commit is contained in:
John Spurlock
2014-03-28 13:08:59 +00:00
committed by Android (Google) Code Review

View File

@@ -70,6 +70,10 @@ public class NotificationStation extends SettingsPreferenceFragment {
}; };
private INotificationListener.Stub mListener = new INotificationListener.Stub() { private INotificationListener.Stub mListener = new INotificationListener.Stub() {
@Override
public void onListenerConnected(String[] notificationKeys) throws RemoteException {
// noop
}
@Override @Override
public void onNotificationPosted(StatusBarNotification notification) throws RemoteException { public void onNotificationPosted(StatusBarNotification notification) throws RemoteException {
Log.v(TAG, "onNotificationPosted: " + notification); Log.v(TAG, "onNotificationPosted: " + notification);