commit | b2c884668b124cddf007ab05be6d857e56a0576f | [log] [tgz] |
---|---|---|
author | Mateus Azis <azis@google.com> | Wed Jan 11 08:25:40 2023 -0800 |
committer | Mateus Azis <azis@google.com> | Wed Jan 11 14:21:40 2023 -0800 |
tree | 8c31d266dddc527f427e54ad6b8d70ab6dcd4ebb | |
parent | 14e32e179eadb590e29cdb0bc4257dd5b03576ca [diff] |
Add missing nullness annotations to Notification.Action and its Builder. It is documented that Notification.Action.actionIntent can be null and what that results (https://developer.android.com/reference/android/app/Notification.Action#actionIntent), but annotations and equivalent documentations are missing from the builder and the Action's constructor. Test: N/A, no functional API change. Change-Id: Ie6593057e17cb485bdc69988ce2eba10fc3fcfd8