Skip to content

Commit

Permalink
Fix broken documentation for Android foreground services
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 28, 2024
1 parent bc29744 commit 4c4915e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Navigation Behavior](./configuring-the-navigation-controller.md)
- [SwiftUI](./swiftui-customization.md)
- [Jetpack Compose](./jetpack-compose-customization.md)
- [Android Foreground Services](./android-foreground-service.md)
- [Web](./web-customization.md)

# Architecture
Expand Down
File renamed without changes.
11 changes: 2 additions & 9 deletions guide/src/android-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Note that Ferrostar does *not* require “background” location access!
This may be confusing if you’re new to mobile development.
On Android, we can use something called a *foreground service*
which lets us keep getting location updates even when the app isn’t front and center.

**TODO: Tutorial on foreground services**
This is such a detailed topic that it gets its own page!
Learn about [Foreground Service](./android-foreground-service.md) configuration here.

### Location providers

Expand Down Expand Up @@ -201,13 +201,6 @@ such as using a Valhalla [Route Provider](./route-providers.md#bundled-support).

`FerrostarCore` automatically subscribes to location updates from the `LocationProvider`.

## Set up the foreground service and notification

A foreground service and notification are required on Android
if you want to enable background operation of your app.
This is such a detailed topic that it gets its own page!
Learn about [Foreground Service](./android/foreground-service.md) configuration here.

## Set up voice guidance

Ferrostar is able to process spoken instructions generated from some routing engines.
Expand Down

0 comments on commit 4c4915e

Please sign in to comment.