InterviewSolution
Saved Bookmarks
| 1. |
What mean by explicit & implicit Intent? |
|
Answer» Using 'stopService()' that a given application SERVICE will be STOPPED. If the service is not running, nothing HAPPENS. Otherwise, it is stopped. NOTE that calls to startService() are not counted -- this stops the service no matter how many times it was started. |
|