|
7 | 7 | </head> |
8 | 8 | <body> |
9 | 9 | <p>This app blocks or reacts to unwanted calls on a rule-based logic. The main-home |
10 | | -activity controls the turning on and off of a background service that listens to incoming calls. |
| 10 | +activity controls the turning on and off of a service that listens to incoming calls. |
11 | 11 | This service is <em>sticky</em> and survives crashes and reboots of the system.</p> |
12 | 12 | <p>When an incoming call is detected, the service loops through the list of active <b>filters</b>, |
13 | 13 | and for each filter, if there is a match, an action is performed, like dropping the call, |
|
25 | 25 | incoming call is detected.</p> |
26 | 26 | <p>Here is a list of all menu items available from the drop-down menu:</p> |
27 | 27 | <ul> |
28 | | - <li><b>Show active filters</b>, to create and edit active filters; This is a main entry point in the use of this app.</li> |
29 | | - <li><b>Show latest service runs</b>, this is a brief summary of recent service runs, where a run is defined as the period |
30 | | - between two consecutive service-start and service-stop events,</li> |
31 | | - <li><b>Show latest calls received</b>, a log of the incoming calls most recently received.</li> |
32 | | - <li><b>Show calendar rules</b>, the activity to create and edit calendar rules.</li> |
33 | | - <li><b>Show filter rules</b>, the activity to create and edit filter rules.</li> |
34 | | - <li><b>Settings</b>, a setting page for further customization.</li> |
| 28 | + <li><b>Show active filters</b> to create and edit active filters; This is a main entry point in the use of this app</li> |
| 29 | + <li><b>Show latest service runs</b>, a brief summary of recent service runs, where a run is defined as the period |
| 30 | + between two consecutive service-start and service-stop events</li> |
| 31 | + <li><b>Show latest calls received</b>, a log of the incoming calls most recently received</li> |
| 32 | + <li><b>Show calendar rules</b>, the activity to create and edit calendar rules</li> |
| 33 | + <li><b>Show filter rules</b>, the activity to create and edit filter rules</li> |
| 34 | + <li><b>Settings</b>, a setting page for further customization</li> |
35 | 35 | </ul> |
36 | 36 | <p>Once the service is running, the main activity's page also shows a brief statistics of the total |
37 | 37 | number of calls received and triggered events, <em>i.e.</em> when the filter reacted by performing an action, since service start. |
|
0 commit comments