The examples for application names to be used for notification display (Facebook, WhatsApp, gmail). How do I find the name for other applications? As well as the android dialer and text etc?
Thanks
The examples for application names to be used for notification display (Facebook, WhatsApp, gmail). How do I find the name for other applications? As well as the android dialer and text etc?
Thanks
For whatsapp and gmail please use the uc() function as its much more reliable (especially for GMail), for everything else you need to get the package name, this can be done in many ways, one of which is using this simple helper app that will even copy the name for you. Please note that ni() just counts the notifications its not a real unread count implementation like uc() for gmail, sms and missed calls.
Brilliant thanks Frank, really appreciate the response!