Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbarbadillo/coolservice
A cool foreground service for Android
https://github.com/jbarbadillo/coolservice
Last synced: about 22 hours ago
JSON representation
A cool foreground service for Android
- Host: GitHub
- URL: https://github.com/jbarbadillo/coolservice
- Owner: jbarbadillo
- License: mit
- Created: 2018-03-17T12:47:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T10:43:44.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T18:11:34.641Z (14 days ago)
- Language: Java
- Size: 175 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoolService
A cool foreground service for Android. This repository implements a simple service in foreground which
can be used as a template doing work in a service that the user can be aware of and kill when he wants.# Description
The service creates a notification with an icon and a single action for killing the service.Also the service implements an activity for requesting permissions, which is very usefull for requesting permissions at runtime from a service.