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
Post a Comment