tags:

views:

64

answers:

0

In my application I am using the Android notification services by observe the API demos notification service control. It is working for start service but i am not able to stop service.

stopService(new Intent(MyGroup.this,NotifyingService.class));

The above code is what I am using for stop the services.