Android wear notification on top -
Safety I want Android version see my notification at the top of all notifications stack on the device. I have read a document, Google says that we need to use the method for this notification to change the notification status within the notification notification. I have implemented such notification:
notification compat. Builder Builder = New Notification Compat. Builder (it) Kuttm (wearable Extender) KsetContentTitle (GetSpannableTitle (FlightDtokgetFlightName ())) KsetContentText (GetSpannableContentText (flight, color, position)). PrePRP (Notification Compt.PRIORITY_MAX);
But this code is not necessary, if the calendar notification is at the top, then my information appears below the calendar notification. How can this notification be shown above all the notifications?
to show all notifications from your notification Set Proprtiti
you Must add the set bitrate
method Code sample working here:
Notification comet. Builder Builder = New Notification Compat. Builder (it) Kuttm (wearable Extender) KsetContentTitle (GetSpannableTitle (FlightDtokgetFlightName ())) KsetContentText (GetSpannableContentText (FlightDto), color, position)) KsetPriority (priority) KsetVibrate (new long [] (1000 , 1000, 1000, 1000, 1000});
Comments
Post a Comment