DO NOT MERGE Settings: Implement new required method.

Only required since it uses the non-public version
of the api.

Bug:13562828
Change-Id: If1eaf070eca889f27fb1dfeef0c0f54a085246aa
This commit is contained in:
John Spurlock
2014-03-28 09:41:30 -04:00
parent 584ac4c525
commit c423138247

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