https://bugzilla.novell.com/show_bug.cgi?id=665340
https://bugzilla.novell.com/show_bug.cgi?id=665340#c0 Summary: Notification() ctor could use an overload without 'when' Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 It would be nice if we could have another ctor for Notification. Currently it's: Notification(int icon, IEnumerable<char> tickerText, long when); Most examples in java show using System.currentTimeMillis(); for the when value. Can we just have a ctor overload that uses that as the default 'when', so that our ctor looks like: Notification(int icon, IEnumerable<char> tickerText); Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
