GithubHelp home page GithubHelp logo

kimhyoungchul / serviceexample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gujc71/serviceexample

0.0 0.0 0.0 142 KB

example to run startForeground() without showing notification.

Java 100.00%

serviceexample's Introduction

ServiceExample

This is a example to run startForeground() without showing notification.

It is an immortal service that can not be killed by Android.

An immortal service can be invoked by calling startForegroundService.

However, there is a problem that the notification is displayed.

There were several attempts to solve this problem, but it did not work.

This is an example of an attempt to solve this problem.

Principle

  • When the service is finished, the alarm is executed after 1 second.
  • In the alarm,
  • If it is an older version of android Oreo, just call startService to run the service.
  • If the version is later than Oreo, call startForegroundService to execute the immortal service, and start service by calling startService in this immortal service.
  • And then, terminate this immortal service.

image

Problem

The service is restarted every 2 to 5 minutes in Oreo (SDK 27).

This seems to be a system performance issue.

INSTALLATION

  1. Clone this source from github (in android studio).
  2. Run.
  3. Quit app and check messages.

License

MIT

serviceexample's People

Contributors

gujc71 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.