tree: cb1c72840a2db1d10a621e430c0edd67efd30986 [path history] [tgz]
  1. Assistant.java
  2. AssistantSettings.java
  3. EntityTypeCounter.java
  4. NotificationEntry.java
  5. NotificationOtpDetectionHelper.java
  6. OWNERS
  7. README.md
  8. SmsHelper.java
java/src/android/ext/services/notification/README.md

ExtServices module - Notification

NotificationAssistantService

A service that helps the user to manage notifications. Only one notification assistant can be active at a time. Unlike notification listener services, assistant services can additionally modify certain aspects about notifications Adjustment before they are posted.

The system tells ExtServices about every new notification, ExtServices sends a message back about the smart replies/actions and decides whether the notification needs be demoted (silence or show lower in the shade), If ExtServices fails, framework just shows all notifications.

Test

  • MTS