Merge "Settings: Implement new required method."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f3e32e3410
@@ -70,6 +70,10 @@ public class NotificationStation extends SettingsPreferenceFragment {
|
||||
};
|
||||
|
||||
private INotificationListener.Stub mListener = new INotificationListener.Stub() {
|
||||
@Override
|
||||
public void onListenerConnected(String[] notificationKeys) throws RemoteException {
|
||||
// noop
|
||||
}
|
||||
@Override
|
||||
public void onNotificationPosted(StatusBarNotification notification) throws RemoteException {
|
||||
Log.v(TAG, "onNotificationPosted: " + notification);
|
||||
|
Reference in New Issue
Block a user