Home | History | Annotate | Download | only in patterns

Lines Matching full:priority

18   <li>A priority flag was introduced that helps to sort notifications by importance rather than time only.</li>
92 <h4>Correctly set and manage notification priority</h4>
93 <p>Starting with Jelly Bean, Android now supports a priority flag for notifications. It allows you to influence where your notification will appear in comparison to other notifications and help to make sure that users always see their most important notifications first. You can choose from the following priority levels when posting a notification:</p>
97 <th><strong>Priority</strong></th>
106 <td>Use high priority notifications primarily for important communication, such as message or chat events with content that is particularly interesting for the user.</td>
110 <td>The default priority. Keep all notifications that don't fall into any of the other categories at this priority level.</td>
118 <td>Contextual/background information (e.g. weather information, contextual location information). Minimum priority notifications will not show in the status bar. The user will only discover them when they expand the notification tray.</td>
155 <p>Many Android devices contain a tiny lamp, called the notification <acronym title="Light-Emitting Diode">LED</acronym>, which is used to keep the user informed about events while the screen is off. Notifications with a priority level of MAX, HIGH, or DEFAULT should cause the LED to glow, while those with lower priority (LOW and MIN) should not.</p>
169 adjust the notifications priority flag.</p>