commit | 9e164ff93fd027f51f0f950d9de222a1fbaec112 | [log] [tgz] |
---|---|---|
author | Scott Kennedy <skennedy27@gmail.com> | Tue Apr 17 21:52:12 2012 -0400 |
committer | Scott Kennedy <skennedy27@gmail.com> | Tue Apr 17 21:52:12 2012 -0400 |
tree | 9746ba9bcda67b9f2229bbd69b11ecd4062824ce | |
parent | da7280f2b04f3fc98df72e860f1b0c607ae30c7b [diff] |
Support setNumber(int) in NotificationCompat.Builder The "number" parameter was ignored in NotificationCompatHoneycomb, so it does not get displayed in the notification. This simply calls through to the native Notification.Builder#setNumber(int) method. Change-Id: Ic867efa6f4b4b79fa64723443e0df2045f262d01 Signed-off-by: Scott Kennedy <skennedy27@gmail.com>