13f1101338
Lint flagged the notify() call as MissingPermission because there was no visible check that POST_NOTIFICATIONS was granted. Gate the call behind areNotificationsEnabled() — matching the pattern used in EventNotificationConsumer — and catch SecurityException for the narrow window where permission could be revoked between the check and the notify().