Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.