Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe2902b4 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 0e78de6c: Add tag "foo" to builder test\'s notifications.

* commit '0e78de6c':
  Add tag "foo" to builder test's notifications.
parents cbfce445 0e78de6c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ public class NotificationBuilderTest extends Activity
{
    private final static String TAG = "NotificationTestList";

    private final static String NOTIFY_TAG = "foo";

    NotificationManager mNM;
    Handler mHandler;
    int mStartDelay;
@@ -196,7 +198,7 @@ public class NotificationBuilderTest extends Activity
        final Notification n = buildNotification(id);
        mHandler.postDelayed(new Runnable() {
            public void run() {
                mNM.notify(id, n);
                mNM.notify(NOTIFY_TAG, id, n);
            }
        }, mStartDelay);
    }