Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Background Fetch is a *very* simple plugin which will awaken an app in the backg

There is **no way** to increase the rate which a fetch-event occurs and this plugin sets the rate to the most frequent possible — you will **never** receive an event faster than **15 minutes**. The operating-system will automatically throttle the rate the background-fetch events occur based upon usage patterns. Eg: if user hasn't turned on their phone for a long period of time, fetch events will occur less frequently.

The Android plugin provides a "Headless"]() implementation allowing you to continue handling events with Javascript even after app-termination (see **[`@config enableHeadless`](#config-boolean-enableheadless-false)**)
The Android plugin provides a "Headless" implementation allowing you to continue handling events with Javascript even after app-termination (see **[`@config enableHeadless`](#config-boolean-enableheadless-false)**)

## Installing the plugin ##

Expand Down