as we know , we can append pendingintent to the notification so if we click the notification we can run the intent , start a activity ,service or broadcast
so if I want to disable the click event of the notification ,How can I do ?
make a class extends notification? is there some param in the notification manager to disable it ?