commit | 720042b72f10f5e67a173adc76ebf939bf6ecc4e | [log] [tgz] |
---|---|---|
author | Griff Hazen <griff@google.com> | Mon Feb 24 15:46:56 2014 -0800 |
committer | Griff Hazen <griff@google.com> | Wed Mar 05 18:00:57 2014 -0800 |
tree | d961959c738690975c417e628efd737818a1be68 | |
parent | 8106dce705ba69d5bc0ccafa8e21068216f42a5f [diff] |
Add addExtras and getExtras to Notification.Builder. addExtras allows merging with exiting set extras instead of replacing them. This matches the similar function putExtras in Intent. Both functions are useful for multi-stage notification building logic. Change-Id: Ice3e4a53ec05b7129ebdac14e2084163946273a4