Line 1: |
Line 1: |
− | This action can be used to display a standard Android notification with subject, message and icon of your choice.<br/> | + | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> |
| + | This action can be used to display a standard Android notification with subject, message and icon of your choice. |
| + | </pre> |
| + | <br/> |
| <br/>'''Features available'''<br/> | | <br/>'''Features available'''<br/> |
| *'''Title of the notification:''' Define a custom title (supports magic text).<br/> | | *'''Title of the notification:''' Define a custom title (supports magic text).<br/> |
| *'''Text notification:''' Define a custom notification text (supports magic text).<br/> | | *'''Text notification:''' Define a custom notification text (supports magic text).<br/> |
− | *'''Notification icon:''' You can use a custom icon for the notification (macrodroid / notification / material design).<br/> | + | *'''Notification icon:''' You can use a custom icon for the notification. <i>Please ensure that the following setting is disabled, otherwise the MacroDroid icon will always be displayed (this is for Samsung Galaxy): Settings (system app) > Notifications > Advanced settings > Show app icon in notifications.<i/><br/> |
| *'''Notification icon color:''' Choose a custom color for the notification.<br/> | | *'''Notification icon color:''' Choose a custom color for the notification.<br/> |
| *'''Notification Channel:''' Choose a channel for notification or you can create a custom channel.<br/> | | *'''Notification Channel:''' Choose a channel for notification or you can create a custom channel.<br/> |
| *'''Invoke a macro when pressing:''' Triggers a specific macro when the notification was pressed.<br/> | | *'''Invoke a macro when pressing:''' Triggers a specific macro when the notification was pressed.<br/> |
| *'''Overwrite existing notification:''' Overwrite existing notification when a new notification is created.<br/> | | *'''Overwrite existing notification:''' Overwrite existing notification when a new notification is created.<br/> |
| + | *'''Up to 3 action buttons:''' Each button will displayed within the notification and allow a macro or action block to be invoked when pressed. |