Android icationicationmanager and notification

Source: Internet
Author: User

Sometimes we runProgramBut you need to give the user a prompt. At this time, you need to use the prompt information, that is, display an icon or text in the prompt bar to remind the user. The following is the implementationCode:

 

Code

  Protected     Void  Shownotification (  Int  ID ){
Charsequence from = " Positioning Service " ;
Charsequence message = " Running " ;

Intent intent = New Intent ();

Pendingintent contentintent = Pendingintent. getactivity ( This , 0 ,
Intent, 0 );


Notif. icon = ID;
Notif. setlatesteventinfo ( This , From, message, contentintent );


Icationicationmanager nm = (Icationicationmanager) getsystemservice (notification_service );
Nm. Y (R. String. app_name, notif );


}

 

The ID indicates the image ID. The text is not added here. You can add the image as needed!

 

In this way, you can change the image.

The following code deletes the prompt:

 

 
  VoidDelenot (){
Icationicationmanager notificationmanager=(Icationicationmanager)This
. Getsystemservice (icationication_service );
Icationicationmanager. Cancel (R. String. app_name );
}

 

In this way, we can clear the added notification. If we do not want the system to clear the notification, we need to set the relevant attributes:

 

 

  Notif. flags

 

This attribute can be set to not clear or add to the running list.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.