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

..--

Assistant.javaD15-Dec-202412.1 KiB337254

AssistantSettings.javaD14-Jan-20245.3 KiB16093

EntityTypeCounter.javaD14-Jan-20242.5 KiB7540

NotificationEntry.javaD14-Jan-202412 KiB341270

NotificationOtpDetectionHelper.javaD15-Dec-202416.6 KiB361212

OWNERSD14-Jan-202480 21

README.mdD14-Jan-2024657 1411

SmsHelper.javaD14-Jan-20242.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