service - How to stop NotificationListenerService android? -
service - How to stop NotificationListenerService android? -
i'm using notificationlistenerservice in android app developed kpbird's example. service runs in background after app destroyed. there way stop service , start when app started?
the notificationlistenerservice extends service yes can stop service calling stopself() method in service class.
look @ this: notificationlistenerservice , services
hope helps,
android service notifications listener
Comments
Post a Comment