• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Assistant.javaD25-Apr-202512.6 KiB348264

AssistantSettings.javaD25-Apr-20255.3 KiB16093

EntityTypeCounter.javaD25-Apr-20252.5 KiB7540

NotificationEntry.javaD25-Apr-202512 KiB341270

NotificationOtpDetectionHelper.javaD25-Apr-202523.6 KiB518273

OWNERSD25-Apr-2025184 53

README.mdD25-Apr-2025657 1411

SmsHelper.javaD25-Apr-20252.6 KiB7647

README.md

1ExtServices module - Notification
2=============================
3
4### NotificationAssistantService
5A service that helps the user to manage notifications. Only one notification assistant can be
6active at a time. Unlike notification listener services, assistant services can additionally
7modify certain aspects about notifications Adjustment before they are posted.
8
9The system tells ExtServices about every new notification, ExtServices sends a message back about
10the smart replies/actions and decides whether the notification needs be demoted (silence or show
11lower in the shade), If ExtServices fails, framework just shows all notifications.
12
13### Test
14- MTS