How to indicate partial success but for android notification

My question is somewhat similar to this question: How to provide an indication for partial success? But I need to show the indication as Android Notification

A user can send an alarm(calling for help) using a mobile device, however, if the location on the device is turned off, then we want to still send the alarm and show the user a success notification that their alarm was sent but also tell them that the location was not sent.

How to indicate this in an android notification? The failed notifications are indicated with a red icon and success ones with a green icon in current design of app. It is important to show the success but also the fact that its partial. In terms of color and icon, what is the best approach? Keep in mind there is a certain character limit to how long messages can be displayed so relying ontext only to tell the user that GPS wasnt sent might night be the best idea but of course can be used as last resort.