am 175f79c5: In fact, switching an item between ongoing and notifications works.

This commit is contained in:
Joe Onorato
2010-06-02 16:26:48 -07:00
committed by Android Git Automerger

View File

@@ -191,7 +191,7 @@ public class NotificationTestList extends TestActivity
R.drawable.icon4,
null, System.currentTimeMillis(), "Stress - Latest",
"Notify me!!!", null);
n.flags |= Notification.FLAG_ONGOING_EVENT;
//n.flags |= Notification.FLAG_ONGOING_EVENT;
mNM.notify(1, n);
}
}