am c4231382
: DO NOT MERGE Settings: Implement new required method.
* commit 'c423138247857312a4ac6ad32cb482868315bd61': DO NOT MERGE Settings: Implement new required method.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user