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

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

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

* commit 'fe2902b4':
  Add tag "foo" to builder test's notifications.
parents b7045d2f fe2902b4
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);
    }