android - Disable notification of apps -


whenever there notification in android there led blink until see notification.can disable notification (led blinking) android apps when service running in background.

by default notifications created option: .setdefaults((notification.default_all) includes options including default_lights if don't want lights shown set options want. can view settings available here http://developer.android.com/reference/android/app/notification.html while service running part change options notification in example onstartcommand() service , change them default in ondestroy().


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -