Is there a way to hide the notifications that a given application shows in the Ongoing Notification bar?
Y a-t-il un moyen de masquer les notifications qu'une application donnée montre dans la barre de notification en cours?
Is there a way to hide the notifications that a given application shows in the Ongoing Notification bar?
AS de Android 2.0, le système nécessite que les applications qui fonctionnent constamment en arrière-plan et qui nécessitent un certain niveau de priorité afin qu'ils ne soient pas tués hors tension (comme des applications musicales), mettent une notification en cours. Cela visait à prévenir les abus de demander ce niveau de priorité sans laisser l'utilisateur savoir qu'elle se produit.
Vous pouvez en lire à ce sujet ici: http://developer.android.com/reference /android/app/service.html#starforegroundgroundground(int, Android.app.notification)
As of Android 2.0, the system requires that apps that run constantly in the background, and that require a certain level of priority so that they don't get killed offhand (like music apps), put an Ongoing Notification. This was to prevent abuse of requesting this level of priority without letting the user know that it's occurring.
You can read about this here: http://developer.android.com/reference/android/app/Service.html#startForeground(int, android.app.Notification)
Essayez SmartBar . J'avais l'habitude de l'utiliser et il vous permet de mettre des raccourcis dans la barre de notification ainsi que de masquer les icônes dans la barre de notification. Je ne me souviens pas du haut de ma tête si cela cache les icônes qui y sont placées par d'autres applications mais je pense que cela fait. Désolé pour la réponse bon marché, je ne me souviens que de me souvenir et je n'ai pas le temps maintenant de le télécharger et d'essayer d'être sûr.
Try Smartbar. I used to use it and it allows you to put shortcuts in the notification bar as well as hide icons in the notification bar. I can't remember off the top of my head if it hides the icons put there by other apps but I think it does. Sorry for the cheap answer, I just can't remember and I don't have time right now to download it and try it out to be sure.
Comme d'autres les ont dit, vous ne pouvez pas supprimer une notification en cours de la barre de notification. Il est là d'alerter l'utilisateur que l'application est en cours d'exécution et sans cela, l'application pourrait potentiellement être tuée à tout moment par le système d'exploitation.
Cela dit, si vous exécutez Jelly Bean (ou plus récent), il est possible de désactiver toutes les notifications d'une application. Le réglage est PER-APP et peut être trouvé dans Paramètres & GT; Applications et gt; (Sélectionnez l'application) & GT; Décochez la case "Afficher les notifications". La mise en garde One à cette méthode est que l'application ne montrera plus
As others have said, you can't remove an ongoing notification from the notification bar. It's there to alert the user that the app is constantly running, and without it the app could potentially be killed at any time by the OS.
That said, if you are running Jelly Bean (or newer), there is the option of disabling all notifications from an app. The setting is per-app and can be found in Settings > Apps > (select the app) > uncheck the "Show notifications" box. The one caveat to this method is that the app will no longer show any notifications in the notification bar, but if that's acceptable to you than I've found this method to be an easy way to stop my notification drawer from filling up with unnecessary notifications.
Je parlerais aux développeurs des applications et je leur demanderais, c'est qu'ils envisagent d'inclure la possibilité de supprimer l'application de la barre de notification. Ils peuvent obliger une telle demande. Vous pouvez également laisser un commentaire pour l'application et ajouter cela comme une note latérale.
CM Équipe et d'autres développeurs ROM créent des mises à jour plus clignoires de leurs ROM afin que les icônes et autres éléments puissent être supprimés de la barre de notification, mais ils ne le font généralement pas pour des applications spécifiques. Vous pouvez consulter des informations à ce sujet sur le forum de la ROM que vous utilisez.
I would talk to the developers of apps and ask them is they plan to include the option to remove the app from the notification bar. They may oblige such a request. You could also leave a comment for the app and add that as a side note.
CM team and other ROM developers do create flashable updates to their ROMs so that icons and other items can be removed from the notification bar, but they usually do not do this for specific applications. You could check out information on this in the forum of the ROM you are using.
© 2022 www.demandez.top All Rights Reserved. Questions et réponses Accueil Tous les droits sont réservés